Commit graph

1613 commits

Author SHA1 Message Date
Federico
f9e2347e4f
Fix indentation 2019-02-10 14:47:14 +01:00
rhaidiz
e1023d4b66 Add option to manually specify the gateway. 2019-02-10 14:46:05 +01:00
evilsocket
c0d3c314fc
misc: updated dependencies 2019-02-10 13:04:03 +01:00
evilsocket
696c056b56
fix: using tui.Table for wifi.show.wps output 2019-02-10 12:51:50 +01:00
evilsocket
62db3a0be0
new: net.show.meta command to show meta information collected about one or more hosts 2019-02-10 12:44:47 +01:00
evilsocket
c85548dbdc
misc: small fix or general refactoring i did not bother commenting 2019-02-08 16:08:07 +01:00
evilsocket
a3d6b353fe
fix: fixed a bug which made the wifi channel hopper react slowly to wifi.recon.channel N commands 2019-02-08 12:45:04 +01:00
evilsocket
598df7324e
misc: small fix or general refactoring i did not bother commenting 2019-02-08 12:33:08 +01:00
evilsocket
14f97d7309
misc: small fix or general refactoring i did not bother commenting 2019-02-08 08:20:52 +01:00
evilsocket
acbc6d28dd
new: new wifi.assoc command to perform a RSN PMKID clientless attack (closes #436) 2019-02-07 18:27:14 +01:00
evilsocket
0ec645afd3
new: started implementing RSN PMKID parsing support (ref #436) 2019-02-07 15:15:15 +01:00
evilsocket
e1d72342f6
Releasing v2.14 2019-02-06 18:12:31 +01:00
evilsocket
026ae2e5a5
misc: small fix or general refactoring i did not bother commenting 2019-02-06 16:10:52 +01:00
evilsocket
e9b93b8586
fix: save unsaved packets only if handshake is complete 2019-02-06 14:07:58 +01:00
evilsocket
605361daa2
fix: fixed a bug in wifi.recon.channel 2019-02-06 13:53:44 +01:00
evilsocket
621f03c946
new: reporting alias and vendor for wifi.client.new and wifi.client.lost events 2019-02-06 12:46:03 +01:00
evilsocket
b450747f4e
fix: updating gopacket to v1.1.16 fixed a bug which made wifi.recon off to timeout 2019-02-06 12:24:00 +01:00
evilsocket
4c5a776f86
new: wifi.recon now reports wifi.client.new and wifi.client.lost events 2019-02-06 11:38:28 +01:00
evilsocket
44629f62ca
misc: small fix or general refactoring i did not bother commenting 2019-02-06 11:02:10 +01:00
evilsocket
6c1211859b
new: wifi.show.wps now supports '*' and 'all' as shortcuts for 'ff:ff:ff:ff:ff:ff' 2019-02-06 10:06:46 +01:00
evilsocket
0a02cee615
new: wifi.deauth now supports '*' and 'all' as shortcuts for 'ff:ff:ff:ff:ff:ff' 2019-02-06 10:02:18 +01:00
evilsocket
003139a2e3
new: wifi.recon will activate the interface if it's down instead of failing 2019-02-06 09:42:48 +01:00
evilsocket
3c798794eb
fix: do not show gateway warning if the interface is not connected to any network 2019-02-06 09:11:38 +01:00
evilsocket
ae223d7110
misc: small fix or general refactoring i did not bother commenting 2019-02-06 08:46:19 +01:00
evilsocket
1d55083f75
new: new wifi.deauth.open boolean parameter to optionally skip open networks while deauthing en masse 2019-02-06 07:53:39 +01:00
evilsocket
1f925334ec
fix: do not report errors in net.show and wifi.show if zero 2019-02-06 07:45:56 +01:00
evilsocket
97187acccb
misc: small fix or general refactoring i did not bother commenting 2019-02-06 07:29:36 +01:00
evilsocket
75185c88cf
misc: small fix or general refactoring i did not bother commenting 2019-02-06 07:14:43 +01:00
evilsocket
1120f98be1
fix: one beacon packet per handshake is saved in order to have both the ESSID and BSSID 2019-02-06 07:08:01 +01:00
evilsocket
a90f63b643
new: added number of captured full handshakes in wifi.show 2019-02-05 19:56:21 +01:00
evilsocket
a6cfb2413f
new: added native wifi handshakes capture from wifi.recon module 2019-02-05 19:42:13 +01:00
evilsocket
23f340d8eb
new: splitted http.server and https.server in order to be able to use both from a single instance (closes #433) 2019-02-05 11:15:08 +01:00
evilsocket
402bf77a31
Merge pull request #435 from yungtravla/master
fix regexp to match default gateway IPv4 address and interface name
2019-02-05 11:01:19 +01:00
yungtravla
a483c22e8d
fix regexp when ip route does not end with interface name 2019-02-05 15:14:40 +10:00
yungtravla
fd3efcac09
fix regexp to match default gateway IPv4 address and interface name 2019-02-05 15:12:17 +10:00
yungtravla
a9ceae3b4f
fix regexp to match gateway IPv4 address 2019-02-05 14:58:11 +10:00
yungtravla
ef1f2a19f8
fix regexp to match hostnames with hyphens 2019-02-05 14:01:17 +10:00
yungtravla
61c99c4b0f
fix matching of hostnames with hyphens 2019-02-05 13:59:44 +10:00
evilsocket
8abaeeacee
fix: updated islazy to v1.9.3 fixed a bug in the way tui.Table was rendered 2019-01-31 16:39:35 +01:00
evilsocket
91391a77f2
fix: reporting alias and mac address for endpoint.lost events 2019-01-31 11:56:17 +01:00
evilsocket
08a5ebb328
Merge pull request #427 from zseha/master
^D interrupt does the same as ^C
2019-01-31 10:17:25 +01:00
zs
84b300d396 ^D interrupt does the same as ^C 2019-01-30 13:35:10 +01:00
evilsocket
335b0bcab3
Releasing v2.13.1 2019-01-29 16:28:32 +01:00
evilsocket
db7d6b64f0
new: new teamviewer packet parser for net.sniff 2019-01-29 15:31:27 +01:00
evilsocket
0d7eb43ee5
fix: fixed a bug in DNS sniffer which prevented it to report all query responses 2019-01-29 14:40:32 +01:00
evilsocket
5eecd0bcce
misc: small fix or general refactoring i did not bother commenting 2019-01-29 14:04:01 +01:00
evilsocket
44fddfa455
fix: fixed a bug in net.sniff and wifi.recon that caused stop operations to hang on pcap_close 2019-01-29 13:47:20 +01:00
evilsocket
36a6bb87ce
new: added net.sniff FTP credentials parser (closes #424) 2019-01-29 13:02:14 +01:00
evilsocket
8230b8bca6
fix: fixed a crash happening during wifi.recon/wifi.show where no APs have WPS (fixes #423) 2019-01-29 12:36:34 +01:00
evilsocket
0de4643a4e
Releasing v2.13 2019-01-28 18:07:50 +01:00