bettercap/modules
Moritz Wagner 01ed35fa28 dns.spoof.hosts supports both wildcard (optional) based domain lines and hosts based entries.
if the ip is ommited in a line it defaults to the ip given in dns.spoof.address.

example hosts file contents:
*.example.
google.com 127.0.0.1
*.yahoo.*  127.0.0.2
2019-03-17 03:51:43 +01:00
..
any_proxy misc: small fix or general refactoring i did not bother commenting 2019-02-13 10:12:34 +01:00
api_rest fix: handling CORS for api.rest 2019-03-12 12:49:20 +01:00
arp_spoof fix: made arp.spoof debug less verbose (ref #483) 2019-03-16 12:34:01 +01:00
ble new: exposing ble.device.disconnected events via api.rest module 2019-03-16 21:48:08 +01:00
caplets misc: small fix or general refactoring i did not bother commenting 2019-02-13 10:12:34 +01:00
dhcp6_spoof misc: small fix or general refactoring i did not bother commenting 2019-02-13 10:12:34 +01:00
dns_spoof dns.spoof.hosts supports both wildcard (optional) based domain lines and hosts based entries. 2019-03-17 03:51:43 +01:00
events_stream fix: propagating mod.started and mod.stopped events 2019-03-15 17:28:20 +01:00
gps misc: small fix or general refactoring i did not bother commenting 2019-03-09 12:08:19 +01:00
hid new: hid module is now supported on Windows tnx to @4p3rtur3 (closes #482) 2019-03-16 12:18:14 +01:00
http_proxy fix: fixed a bug in the https.proxy certificates cache due to a race condition which caused the same certificate to be generated more than once 2019-02-19 10:51:12 +01:00
http_server misc: small fix or general refactoring i did not bother commenting 2019-02-13 10:12:34 +01:00
https_proxy misc: small fix or general refactoring i did not bother commenting 2019-02-13 10:12:34 +01:00
https_server misc: small fix or general refactoring i did not bother commenting 2019-02-13 10:12:34 +01:00
mac_changer misc: small fix or general refactoring i did not bother commenting 2019-02-13 10:12:34 +01:00
mysql_server misc: small fix or general refactoring i did not bother commenting 2019-02-13 10:12:34 +01:00
net_probe misc: small fix or general refactoring i did not bother commenting 2019-02-13 10:12:34 +01:00
net_recon new: new net.clear command to clear endpoints collected by net.recon 2019-02-19 11:11:04 +01:00
net_sniff fix: fixed typo in net.sniff (tnx to @_branzo_) 2019-03-10 20:46:25 +01:00
packet_proxy misc: small fix or general refactoring i did not bother commenting 2019-02-13 10:12:34 +01:00
syn_scan misc: small fix or general refactoring i did not bother commenting 2019-02-13 10:12:34 +01:00
tcp_proxy misc: small fix or general refactoring i did not bother commenting 2019-02-13 10:12:34 +01:00
ticker misc: small fix or general refactoring i did not bother commenting 2019-02-13 10:12:34 +01:00
update new: parsing BLE appearance field 2019-02-14 14:13:19 +01:00
utils add JS functions gzipCompress and gzipDecompress 2019-03-11 20:30:21 +10:00
wifi fix: fixed wifi.client.handshake event json serialization 2019-03-14 17:11:45 +01:00
wol misc: small fix or general refactoring i did not bother commenting 2019-02-13 10:12:34 +01:00
doc.go docs: added basic per-package documentation 2018-02-11 20:38:59 +01:00
modules.go finished the duckyscript parser 2019-02-20 17:54:44 +01:00