Commit graph

35 commits

Author SHA1 Message Date
Nelson Murilo
93554a8448
Update wifi.go 2025-03-13 16:19:51 -04:00
Nelson Murilo
6d75d9e8e2
Added 6GHz stuff 2025-03-13 16:18:51 -04:00
Nelson Murilo
f9ab25aa8b
Update wifi.go 2025-03-13 15:33:09 -04:00
syylari
9404620468 Support for ch177 2021-05-20 21:57:10 +03:00
Simone Margaritelli
cea53b969e fix: collect additional frames for stations with key material (ref #810) 2021-03-30 23:19:06 +02:00
bonedaddy
07f7483ba3
network: remove mutex lock that breaks webui and api 2021-01-12 20:58:30 -08:00
bonedaddy
10817d574c
wifi.go: dont claim read lock until it is needed 2020-12-23 13:22:48 -08:00
bonedaddy
08cad808ef
fix slice memory allocation optimization 2020-12-22 17:29:21 -08:00
bonedaddy
ac4b1f6e9e
network: optimize wifi locking and include memory allocation optimization 2020-12-22 17:10:33 -08:00
evilsocket
da565afa9a
new: new wifi.handshakes.aggregate parameter to control how handshakes get saved 2019-08-22 13:21:52 -04:00
evilsocket
672a9f2706
fix: saving half handshakes 2019-08-19 15:59:43 -04: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
dbd4590654
new: new wifi.clear command to clear access points collected by wifi.recon 2019-02-19 11:17:50 +01:00
evilsocket
440e1b6f72
fix: fixed a bug which prevented EAPOL frames with only a PMKID to be correctly saved. 2019-02-14 13:03:28 +01:00
evilsocket
c55aed1ca2
fix: fixed a bug which caused AP RSSI being 0 when fake association frames were sent 2019-02-11 14:29:30 +01:00
evilsocket
e9b93b8586
fix: save unsaved packets only if handshake is complete 2019-02-06 14:07:58 +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
1afab5d7be
more lint driven refactoring 2018-04-26 12:19:52 +02:00
evilsocket
0de6f3a76e
more lint driven refactoring 2018-04-24 18:26:16 +02:00
evilsocket
cc01a99579
refact: refactored api.rest controller 2018-03-13 13:57:52 +01:00
Matrix86
654633c419 wifi module: fixes and multiple channel selection 2018-03-12 16:58:02 +01:00
evilsocket
0a8b8548b6
misc: small fix or general refactoring i did not bother commenting 2018-03-12 15:58:45 +01:00
evilsocket
3dd39e4dc4 fix: yet another fix for macOS bogus wifi error correction 2018-02-24 19:27:38 +01:00
evilsocket
da5d1d46d4 refact: big refactoring and improvements of wifi.* modules 2018-02-20 18:14:38 +01:00
evilsocket
d0d3ce3ec7 fix: using custom json marshalling in order to export in json unexported fields 2018-02-20 15:58:45 +01:00
Matrix86
8825ecb8db Merge branch 'master' of github.com:evilsocket/bettercap-ng 2018-02-20 12:41:06 +01:00
Matrix86
813561cbda Wifi 5GHz support added to wifi.recon 2018-02-20 12:40:55 +01:00
evilsocket
d9b7d24314 misc: small fix or general refactoring i did not bother commenting 2018-02-20 12:38:37 +01:00
evilsocket
b4df469ff1 misc: small fix or general refactoring i did not bother commenting 2018-02-19 20:58:10 +01:00
Matrix86
420ab9e26c Fix on concurrent access to the Stations map by UpdateStats method 2018-02-19 20:53:44 +01:00
evilsocket
d95373bfa8 misc: small fix or general refactoring i did not bother commenting 2018-02-19 14:36:24 +01:00
evilsocket
8d2f0af82b fix: pruning wifi stations after a certain time of inactivity 2018-02-19 14:26:00 +01:00
evilsocket
e895dc6ab2 refact: using global wifi objects in order to expose them from the api.rest module 2018-02-17 05:44:25 +01:00
Renamed from modules/wifi.go (Browse further)