Commit graph

38 commits

Author SHA1 Message Date
evilsocket
f8566d6020
fix: fixed a nil pointer dereference when wifi.show is called but the wifi module is not running (fixes #562) 2019-05-01 12:27:52 +02:00
evilsocket
28063ff7c0
fix: fixed a lock issue on the wifi modules (fixes #535) 2019-04-06 17:01:00 +02:00
evilsocket
afe300cd8a
fix: gracefully handling wifi device disconnection 2019-03-30 16:17:26 +01:00
evilsocket
40ec724ca6
fix: reporting module name when it's already running or already stopped 2019-03-27 13:59:22 +01:00
evilsocket
a3b730ce69
fixed a bug caused by multiple wifi devices attached with different supported frequencies 2019-03-26 20:30:33 +01:00
evilsocket
fe568c8188
misc: small fix or general refactoring i did not bother commenting 2019-03-23 15:59:33 +01:00
evilsocket
b8056e2026
misc: small fix or general refactoring i did not bother commenting 2019-03-23 14:11:28 +01:00
evilsocket
b7f4a3024b
misc: small fix or general refactoring i did not bother commenting 2019-03-22 23:49:21 +01:00
evilsocket
9a3c252c4f
new: handshakes history is now loaded from the configured pcap 2019-03-22 23:31:11 +01:00
evilsocket
9f24800e6d
fix: wifi clients sent and received data frame counters are now updated correctly 2019-03-22 15:11:07 +01:00
evilsocket
7e7f2ef645
new: aliases are now centralized and can be used for any type of device (closes #504) 2019-03-21 19:39:08 +01:00
evilsocket
09c09e647b
misc: small fix or general refactoring i did not bother commenting 2019-03-18 22:16:32 +01:00
evilsocket
756c04fd95
new: module can now export a State map with specific information 2019-03-18 12:07:00 +01:00
evilsocket
255102c250
fix: allow wifi modules to use network aliases for clients never seen on lan 2019-03-17 14:01:30 +01:00
evilsocket
64a5ce2b58
fix: using sync.Map to avoid race conditions on the packets.Queue 2019-03-17 13:12:31 +01:00
evilsocket
73710ba7d3
fix: fixed wifi.client.handshake event json serialization 2019-03-14 17:11:45 +01:00
evilsocket
242f4cfece
fix: fixed wifi.client.probe event json serialization 2019-03-14 16:37:59 +01:00
evilsocket
758f839e17
new: the wifi module can now use an optional wifi.interface parameter in order to use a secondary interface (fixes #488) 2019-03-13 16:04:40 +01:00
evilsocket
3dbc904ddd
fix: wifi.region must be blank by default 2019-02-24 23:03:19 +01:00
evilsocket
78c341c2b3
fix: wifi.AccessPoint and wifi.Station now export the Channel field via JSON 2019-02-24 20:12:41 +01:00
evilsocket
4ae1ffd171
fix: removed delay in wifi.assoc and wifi.deauth as it only made them slower and not more effective 2019-02-24 19:19:51 +01:00
evilsocket
5944189802
new: new wifi.show.manufacturer parameter to show APs manufacturers (fixes #456) 2019-02-21 14:20:37 +01:00
evilsocket
345c1f5d45
new: new wifi.region and wifi.txpower parameters 2019-02-19 12:09:00 +01:00
evilsocket
dbd4590654
new: new wifi.clear command to clear access points collected by wifi.recon 2019-02-19 11:17:50 +01:00
evilsocket
a4aa5acbcd
new: wifi.deauth and wifi.assoc now support autocompletion 2019-02-18 13:25:33 +01:00
evilsocket
3e7aa68184
misc: both wifi.assoc and wifi.deauth will wait for wifi.hop.period*2 on the channel in order to improve key material capturing 2019-02-15 12:48:32 +01:00
evilsocket
54a8888b13
fix: fixed a bug which caused APs encryption to be downgraded when incomplete dot11 frames are parsed 2019-02-15 12:40:16 +01:00
evilsocket
38c761afa8
fix: keeping red-mark for APs with captured key material even when stations disconnect (fixes #449) 2019-02-15 12:08:55 +01:00
evilsocket
9a76645a1c
new: parsing BLE appearance field 2019-02-14 14:13:19 +01:00
evilsocket
f72dac0c95
new: parsing BLE flags and company identifiers from advertisements 2019-02-14 12:26:28 +01:00
evilsocket
4eead7eafa
misc: small fix or general refactoring i did not bother commenting 2019-02-13 10:12:34 +01:00
evilsocket
9cd4e380fb
misc: each module now has its own tagged logging 2019-02-12 15:16:02 +01:00
evilsocket
57983c6524
misc: small fix or general refactoring i did not bother commenting 2019-02-12 12:12:04 +01:00
evilsocket
cf953b1e02
misc: small fix or general refactoring i did not bother commenting 2019-02-12 11:51:27 +01:00
evilsocket
84fe6b72c5
fix: fixed a bug in wifi.recon.channel which made it block if wifi.recon is off 2019-02-11 18:04:01 +01:00
evilsocket
5315784f8a
new: the RSSI column in wifi.show is colored according to signal strength 2019-02-11 14:20:04 +01:00
evilsocket
0bb9acf033
new: new wifi.rssi.min parameter 2019-02-11 11:53:22 +01:00
Giuseppe Trotta
ed652622e2 Refactoring modules 2019-02-10 23:58:08 +01:00