Commit graph

612 commits

Author SHA1 Message Date
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
evilsocket
8d0e4ed0b1 fix: fixed bug which prevented some interfaces wiht IPv6 only addresses from being detected. 2018-02-20 15:19:28 +01:00
evilsocket
35cdc59e55 misc: small fix or general refactoring i did not bother commenting 2018-02-20 14:49:12 +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
9da2df981c misc: small fix or general refactoring i did not bother commenting 2018-02-20 11:38:41 +01:00
evilsocket
241db0cc66 fix: protecting concurrent access to LAN hosts 2018-02-20 11:33:30 +01:00
evilsocket
3e8ae0339b misc: small fix or general refactoring i did not bother commenting 2018-02-20 11:16:01 +01:00
evilsocket
dfd139cab1 misc: small fix or general refactoring i did not bother commenting 2018-02-20 10:58:20 +01:00
evilsocket
661e46a346 misc: small fix or general refactoring i did not bother commenting 2018-02-20 05:08:15 +01:00
evilsocket
0e03db7b9e misc: small fix or general refactoring i did not bother commenting 2018-02-20 04:51:45 +01:00
evilsocket
b5ffeeba7a new: -iface argument now also accepts a mac address (tnx Windows) 2018-02-20 04:32:43 +01:00
evilsocket
3bcbbefe96 misc: small fix or general refactoring i did not bother commenting 2018-02-20 04:28:12 +01:00
evilsocket
efe9fd1ab9 misc: small fix or general refactoring i did not bother commenting 2018-02-20 04:27:35 +01:00
evilsocket
c0981ea9e6 misc: small fix or general refactoring i did not bother commenting 2018-02-20 04:26:19 +01:00
evilsocket
ccffeff28f misc: small fix or general refactoring i did not bother commenting 2018-02-20 04:09:36 +01:00
evilsocket
fa713eb68c misc: small fix or general refactoring i did not bother commenting 2018-02-20 04:09:03 +01:00
evilsocket
8025410f77 misc: small fix or general refactoring i did not bother commenting 2018-02-20 04:05:38 +01:00
evilsocket
8ee4cad421 fix: ignoring broadcast macs on osx 2018-02-20 04:04:29 +01:00
evilsocket
0e86cf4394 misc: small fix or general refactoring i did not bother commenting 2018-02-20 04:00:36 +01:00
evilsocket
0fc5bb371a misc: small fix or general refactoring i did not bother commenting 2018-02-20 03:55:06 +01:00
evilsocket
73a1b28515 fix: better dot11 sniffed packets visualization 2018-02-20 03:25:46 +01:00
evilsocket
e5a7accc9c fix: better rendering of wifi.station.* events 2018-02-20 03:07:23 +01:00
evilsocket
c7b7963430 misc: small fix or general refactoring i did not bother commenting 2018-02-20 02:46:44 +01:00
evilsocket
b28f8a40ec fix: fixed bug in prompt parsing (fixes #58) 2018-02-20 02:39:59 +01:00
evilsocket
d455ff6f72 fix: dumb fix because net.LookupAddr works differently on windows 2018-02-19 23:44:25 +01:00
evilsocket
c561d24d4c misc: small fix or general refactoring i did not bother commenting 2018-02-19 21:33:55 +01:00
evilsocket
0f5c0a7339 misc: small fix or general refactoring i did not bother commenting 2018-02-19 21:33:28 +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
69248094c4 new: net.sniff module is now able to capture WPA handshake from RadioTap packets. 2018-02-19 16:24:45 +01:00
evilsocket
047e53cf8d misc: small fix or general refactoring i did not bother commenting 2018-02-19 15:58:42 +01:00
evilsocket
e294812ea9 refact: refactored wifi.* to have easier commands 2018-02-19 15:26:52 +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
ee2e66a20a fix: using 'OPEN' as default if no encryption is detcted (fixes #57) 2018-02-17 19:24:15 +01:00
Simone Margaritelli
7e07b85acb
Merge pull request #56 from onura/pr/fix_missing_import
fix: Cannot compile because of a missing import.
2018-02-17 14:55:29 +01:00
onura
da912687b9 fix: Cannot compile because of a missing import. 2018-02-17 16:40:28 +03:00
evilsocket
e93f2138e4 misc: small fix or general refactoring i did not bother commenting 2018-02-17 06:08:47 +01:00
evilsocket
eb5a72a44c misc: small fix or general refactoring i did not bother commenting 2018-02-17 06:04:16 +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
evilsocket
9390a580fd misc: small fix or general refactoring i did not bother commenting 2018-02-17 05:27:13 +01:00
evilsocket
9b81e5b96a new: parsing encryption in wifi.recon module ( ref #53 ) 2018-02-17 05:15:52 +01:00
evilsocket
0ad426024f new: parsing RSSI ( ref #53 ) 2018-02-17 04:10:37 +01:00
evilsocket
35c9740537 misc: small fix or general refactoring i did not bother commenting 2018-02-17 02:53:35 +01:00
evilsocket
b80bd4e1e2 misc: small fix or general refactoring i did not bother commenting 2018-02-17 02:52:43 +01:00
evilsocket
620f5291a6 misc: small fix or general refactoring i did not bother commenting 2018-02-17 02:47:42 +01:00
evilsocket
a66f5fabbb new: implemented channel hopping for wifi.recon module ( ref #53 ) 2018-02-17 02:41:10 +01:00
evilsocket
e1e2e33f57 misc: small fix or general refactoring i did not bother commenting 2018-02-17 01:57:14 +01:00