Commit graph

273 commits

Author SHA1 Message Date
evilsocket
b36bf4376c fix: fixed various sniffer parsers 2018-02-23 12:25:14 +01:00
evilsocket
c5baa7a077 new: http requests which are not GETs are now properly reported 2018-02-23 12:16:43 +01:00
evilsocket
1ac5521038 fix: fixed a bug in NTLM parser which prevented the HTTP parser from being called. 2018-02-23 11:46:00 +01:00
evilsocket
d60648f0db fix: using normal mutex instead of atomic increments ( fixes #69 ) 2018-02-23 10:15:51 +01:00
evilsocket
129f87f8f9 new: implemented tcp.proxy (closes #33) 2018-02-23 09:27:19 +01:00
evilsocket
0f8be49beb misc: small fix or general refactoring i did not bother commenting 2018-02-23 05:34:43 +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
ee4d1e9b8a misc: small fix or general refactoring i did not bother commenting 2018-02-22 21:59:13 +01:00
evilsocket
7c2dc38819 misc: small fix or general refactoring i did not bother commenting 2018-02-22 21:52:37 +01:00
evilsocket
42b08db0b0 refact: refactored syn.scan open port log as proper event 2018-02-22 21:35:19 +01:00
evilsocket
ce76c7258d new: implemented syn.scan module (closes #67) 2018-02-22 21:20:36 +01:00
evilsocket
d6fe8fc663 fix: showing meta fields when available in net.show (ref #66) 2018-02-22 19:08:58 +01:00
evilsocket
02d414107e new: added new Meta field to Endpoint objects (closes #66) 2018-02-22 18:41:04 +01:00
evilsocket
1728ed63f1 refact: we got rid of huge GIN dependency by using core golang libs for api.rest module 2018-02-22 16:59:23 +01:00
evilsocket
bec98e3d1f misc: small fix or general refactoring i did not bother commenting 2018-02-22 15:43:32 +01:00
evilsocket
87800ef2dd refact: misc refactoring and fixes to proxy builtin functions 2018-02-22 15:27:07 +01:00
evilsocket
28ca00e480 fix: proxy module builtin log function now logs to the global events stream 2018-02-22 15:20:29 +01:00
evilsocket
abca005651 new: implemented 'env' builtin function for proxy modules in order to get and set session variables 2018-02-22 15:17:36 +01:00
evilsocket
4698bdba54 misc: small fix or general refactoring i did not bother commenting 2018-02-22 13:54:00 +01:00
evilsocket
9ba9cb8c52 fix: resetting response and request Body to unread state (fixes #65) 2018-02-22 13:40:04 +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
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
241db0cc66 fix: protecting concurrent access to LAN hosts 2018-02-20 11:33:30 +01:00
evilsocket
0e03db7b9e misc: small fix or general refactoring i did not bother commenting 2018-02-20 04:51:45 +01:00
evilsocket
0e86cf4394 misc: small fix or general refactoring i did not bother commenting 2018-02-20 04:00:36 +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
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
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
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