bettercap/modules
Sniffleupagus cb5f7679d8
Improve backwards compatibility with getHandshakeFileFor
The getHandshakeFile function was using "path.Dir(shakesFileName)", which drops the last element of the path.  This is not backwards compatible with prior versions that used the variable as the dir name. In particular this change causes pwnagotchi to store handshakes in /root instead of /root/handshakes.
This commit checks for an existing directory at shakesFileName and will use that as the path instead of taking the parent directory of the path.
2024-11-13 11:33:25 -08:00
..
any_proxy fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
api_rest fix: fixed address reload on api.rest 2024-08-28 16:14:23 +02:00
arp_spoof fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
ble new: ble, can, hid and wifi modules will now set a custom prompt (closes #1117) 2024-08-17 12:10:38 +02:00
c2 fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
can new: added support for 29bit obd2 identifiers 2024-09-01 13:30:01 +02:00
caplets fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
dhcp6_spoof fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
dns_proxy Implement addSessionEvent function in DNS proxy script env 2024-10-23 13:30:01 +02:00
dns_spoof fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
events_stream merge 2024-10-10 14:34:20 +02:00
gps new: gps.set to manually set/override gps coordinates (closes #915) 2024-08-09 18:42:08 +02:00
graph fix: fixed compilation on windows 2024-08-16 15:30:19 +02:00
hid new: ble, can, hid and wifi modules will now set a custom prompt (closes #1117) 2024-08-17 12:10:38 +02:00
http_proxy Implement addSessionEvent function in HTTP proxy script env 2024-10-22 23:11:42 +02:00
http_server fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
https_proxy fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
https_server fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
mac_changer fix: bring interface down for mac.changer module 2024-08-18 15:34:02 +02:00
mysql_server fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
ndp_spoof fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
net_probe misc: small fix or general refactoring i did not bother commenting 2024-09-19 21:49:02 +02:00
net_recon fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
net_sniff fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
packet_proxy fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
syn_scan fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
tcp_proxy fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
ticker new: implemented named tickers (ref #779) 2024-10-10 14:33:52 +02:00
ui fix: directly embedding ui assets (fixes #1135) 2024-09-27 20:23:57 +02:00
update fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
utils fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
wifi Improve backwards compatibility with getHandshakeFileFor 2024-11-13 11:33:25 -08:00
wol fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
zerogod new: added known services descriptions from IANA 2024-10-01 14:46:59 +02:00
doc.go docs: added basic per-package documentation 2018-02-11 20:38:59 +01:00
modules.go init dns.proxy 2024-10-04 03:00:54 +02:00