Commit graph

83 commits

Author SHA1 Message Date
evilsocket
976465959e
new: using wireshark manufacturers file instead of oui.dat (closes #303) 2018-09-09 18:48:41 +03:00
evilsocket
db30cfdd6a
fix: pruning wifi clients not seen in the last 5 minutes 2018-07-31 17:20:47 +02:00
evilsocket
0de6f3a76e
more lint driven refactoring 2018-04-24 18:26:16 +02:00
evilsocket
77f8e070bc
new: new wifi.ap module 2018-03-19 14:36:40 +01:00
evilsocket
9e174e2e93
wifi.beacon.flood is implemented but it's not reliable enough (yet) to be merged into master 2018-03-13 17:47:39 +01:00
evilsocket
d6b9aa7b7f
Merge branch 'master' into wifi.flood 2018-03-13 15:13:37 +01:00
evilsocket
17e5138acd
misc: small fix or general refactoring i did not bother commenting 2018-03-12 17:01:53 +01:00
Matrix86
654633c419 wifi module: fixes and multiple channel selection 2018-03-12 16:58:02 +01:00
evilsocket
1b7131eb54
misc: small fix or general refactoring i did not bother commenting 2018-03-12 16:25:12 +01:00
Matrix86
4726c2fc9d wifi module: fix on beacon parsing and multiple channel selection 2018-03-12 16:06:51 +01:00
evilsocket
0a8b8548b6
misc: small fix or general refactoring i did not bother commenting 2018-03-12 15:58:45 +01:00
evilsocket
63a07cf262
misc: small fix or general refactoring i did not bother commenting 2018-03-12 15:51:23 +01:00
Matrix86
582e1ae81e wifi module can now use a pcap file as offline recon 2018-03-12 15:32:50 +01:00
evilsocket
bfed627501
new: working on wifi.beacon.flood feature, still very WIP 2018-03-12 15:25:52 +01:00
evilsocket
ce4975fdd1
misc: small fix or general refactoring i did not bother commenting 2018-03-12 14:28:44 +01:00
evilsocket
1e408f62ba
Revert "Issue #157: wifi.recon can now select one or multiple channels (comma separated) and show only the selected channels."
This reverts commit 054ce2a1bf.
2018-03-12 14:13:49 +01:00
Matrix86
054ce2a1bf Issue #157: wifi.recon can now select one or multiple channels (comma separated) and show only the selected channels. 2018-03-12 14:09:09 +01:00
evilsocket
8f84b9d72c
fix: make 802.11 packet parsing and validation more robust (fixes #167) 2018-03-11 15:36:51 +01:00
evilsocket
1e7d99433e
refact: refactored module status checks in Configure methods for consistency 2018-03-07 12:47:15 +01:00
evilsocket
a8e6b497a3
fix: explicitly printing interface name if could not set it to monitor mode (ref #127) 2018-03-07 11:39:24 +01:00
evilsocket
1857a62645 misc: small fix or general refactoring i did not bother commenting 2018-03-06 17:24:36 +01:00
evilsocket
1a67c82fbd fix: getting rid of forked gopacket, static build ftw! 2018-03-01 10:40:49 +01:00
evilsocket
496c29b5bc fix: using statically linked version of gopacket (fixes #98) 2018-02-28 01:06:49 +01:00
evilsocket
b2e559a206 fix: properly synchronizing modules stop action with waitGroups (ref #88) 2018-02-27 13:20:08 +01:00
evilsocket
b1dc729c79 fix: properly synchronizing modules stop action with waitGroups 2018-02-27 12:53:40 +01:00
evilsocket
b2abc5e1ed fix: hiding vendor column in wifi.show as it only took horizontal space 2018-02-27 04:48:12 +01:00
Simone Margaritelli
bbc38c174e
Merge pull request #92 from Neal/logs-improve-consistency-add-rssi
misc: improve consistency and add rssi to logs
2018-02-27 00:37:26 +01:00
evilsocket
ec58c55370 new: implemented ble.enum and refactored how tabular views work ( ref #74 ) 2018-02-27 00:35:42 +01:00
Neal Patel
b9cf32573f misc: improve consistency and add rssi to logs 2018-02-26 15:09:45 -08:00
Gianluca
bda3c2c487 Fix: create station and extract info from the first beacon 2018-02-26 00:13:55 +01:00
Gianluca
27e68aefc9 Wifi mod: extraction of Auth&Cipher from beacon 2018-02-26 00:11:46 +01:00
evilsocket
e63d88d5f9 fix: fixed a bug while parsing ssid probes (fixes #80) 2018-02-25 16:13:36 +01:00
evilsocket
cf52962670 misc: small fix or general refactoring i did not bother commenting 2018-02-24 23:36:33 +01:00
evilsocket
ef172c1b01 new: implemented wifi probes tracking (closes #78) 2018-02-24 23:03:37 +01:00
evilsocket
e77d6c8301 fix: wifi.* modules now update the session main queue stats 2018-02-24 21:39:49 +01:00
evilsocket
e753245221 fix: new wifi.skip-broken option, default to true, to skip dot11 packets with an invalid checksum ( ref #61 ) 2018-02-24 21:23:46 +01:00
evilsocket
ae7ce29986 fix: skipping broadcast bssid in wifi.recon 2018-02-24 21:07:39 +01:00
evilsocket
dfb9f145ef misc: small fix or general refactoring i did not bother commenting 2018-02-24 19:48:01 +01:00
evilsocket
d9bcf8195b new: implemented wifi.hop.period parameter (closes #75). 2018-02-24 19:46:22 +01:00
evilsocket
8365904ed5 fix: skipping zeroed BSSID 2018-02-24 19:04:33 +01:00
evilsocket
bf27880325 misc: small fix or general refactoring i did not bother commenting 2018-02-23 05:21:30 +01:00
evilsocket
63cea73f8e misc: small fix or general refactoring i did not bother commenting 2018-02-23 00:07:09 +01:00
evilsocket
a30ff8b359 fixes #59 2018-02-21 03:30:09 +01:00
evilsocket
51f563d830 misc: small fix or general refactoring i did not bother commenting 2018-02-20 19:03:45 +01:00
evilsocket
fc840f413f fix: supporting hidden networks 2018-02-20 18:38:20 +01:00
evilsocket
8720327743 misc: small fix or general refactoring i did not bother commenting 2018-02-20 18:34:29 +01:00
evilsocket
da5d1d46d4 refact: big refactoring and improvements of wifi.* modules 2018-02-20 18:14:38 +01:00
evilsocket
efeedc7558 fix: increase channel hopping time if we have both 2.4ghz and 5.0ghz capabilities 2018-02-20 15:24:10 +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