Commit graph

75 commits

Author SHA1 Message Date
evilsocket
cd1510f60d
new: passive mdns collector for hostnames 2018-08-29 17:51:02 +03:00
evilsocket
f6bfd683ee
working on mdns collector 2018-08-29 15:48:19 +03:00
Kent Gruber
d6564a5b4d add some queue tests 2018-05-20 14:29:12 -04:00
Kent Gruber
8b74453842 add some ntlm tests 2018-05-20 14:29:04 -04:00
Kent Gruber
f0f98bcd06 add some krb5 tests 2018-05-20 14:28:56 -04:00
Kent Gruber
d71477f502 add some dot11 types tests 2018-05-20 14:28:36 -04:00
Kent Gruber
cca6fc05d4 add some dot11 tests 2018-05-20 14:28:22 -04:00
Kent Gruber
56c4110312 add dhcp6 layer test 2018-05-17 13:19:13 -04:00
Kent Gruber
c3cfc1ef68 add dhcp6 test 2018-05-17 13:11:37 -04:00
Kent Gruber
0ef0257fbe add arp test 2018-05-17 12:43:42 -04:00
Simone Margaritelli
5328ced392
Revert "Minor refactors using golint" 2018-05-03 12:31:42 +02:00
Kent Gruber
6414f00df7 replace q.Protos[name] += 1 with q.Protos[name]++
minor refactor from golint:
should replace q.Protos[name] += 1 with q.Protos[name]++
2018-05-02 11:48:26 -04:00
Kent Gruber
6a69369491 if block ends with a return statement drop this else and outdent its block 2018-05-01 23:22:16 -04:00
Kent Gruber
c6bbbca93f if block ends with a return statement drop this else and outdent its block 2018-05-01 23:22:13 -04:00
evilsocket
57a37ac104
typos 2018-04-26 12:44:26 +02:00
evilsocket
813ae0a5e9
and more 2018-04-26 12:25:35 +02:00
evilsocket
0de6f3a76e
more lint driven refactoring 2018-04-24 18:26:16 +02:00
evilsocket
ec28d73ba7
fix: fixed a race condition 2018-03-22 10:35:42 +01:00
evilsocket
77f8e070bc
new: new wifi.ap module 2018-03-19 14:36:40 +01:00
Matrix86
4726c2fc9d wifi module: fix on beacon parsing and multiple channel selection 2018-03-12 16:06:51 +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
0e2e7344f8
misc: small fix or general refactoring i did not bother commenting 2018-03-11 15:38:37 +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
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
781437fe6f fix: fixing pcap handles w/r ops synchronization here and there (ref #88) 2018-02-27 13:28:57 +01:00
Gianluca
27e68aefc9 Wifi mod: extraction of Auth&Cipher from beacon 2018-02-26 00:11:46 +01:00
evilsocket
d490491fe8 misc: small fix or general refactoring i did not bother commenting 2018-02-25 15:29:46 +01:00
evilsocket
d60648f0db fix: using normal mutex instead of atomic increments ( fixes #69 ) 2018-02-23 10:15:51 +01:00
evilsocket
63cea73f8e misc: small fix or general refactoring i did not bother commenting 2018-02-23 00:07:09 +01:00
evilsocket
ce76c7258d new: implemented syn.scan module (closes #67) 2018-02-22 21:20:36 +01:00
evilsocket
2771821169 ref #57 2018-02-21 18:07:43 +01:00
Matrix86
e8e8e09793 Fix #57: the check of the binary array was wrong 2018-02-21 17:46:19 +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
b48bb8c31c fix: not starting packet queue if the interface is in monitor mode 2018-02-20 18:23:58 +01:00
evilsocket
661e46a346 misc: small fix or general refactoring i did not bother commenting 2018-02-20 05:08:15 +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
e1e2e33f57 misc: small fix or general refactoring i did not bother commenting 2018-02-17 01:57:14 +01:00
evilsocket
5314e9ff50 misc: small fix or general refactoring i did not bother commenting 2018-02-17 01:05:58 +01:00
evilsocket
7356bf2295 misc: small fix or general refactoring i did not bother commenting 2018-02-17 00:43:31 +01:00
evilsocket
447aaede5b misc: small fix or general refactoring i did not bother commenting 2018-02-16 22:44:25 +01:00
evilsocket
48d27f274a refact: renamed package net to network to avoid collision with golang net package. 2018-02-15 21:34:46 +01:00
evilsocket
a5f1c36e34 docs: added basic per-package documentation 2018-02-11 20:38:59 +01:00
evilsocket
f4baac69a5 misc: small fix or general refactoring i did not bother commenting 2018-02-11 20:33:06 +01:00
evilsocket
4d720bba7c misc: small fix or general refactoring i did not bother commenting 2018-02-11 19:50:03 +01:00
evilsocket
ea477ef2b4 misc: small fix or general refactoring i did not bother commenting 2018-02-11 19:43:36 +01:00
evilsocket
0372e5f6c7 new: proper parsing of NTLM challenge responses 2018-02-11 16:09:42 +01:00