Commit graph

111 commits

Author SHA1 Message Date
evilsocket
ffb060db16
misc: small fix or general refactoring i did not bother commenting 2019-02-13 12:14:57 +01:00
evilsocket
57983c6524
misc: small fix or general refactoring i did not bother commenting 2019-02-12 12:12:04 +01:00
evilsocket
252645dd4e
misc: small fix or general refactoring i did not bother commenting 2019-02-12 12:03:48 +01:00
evilsocket
10727cff85
misc: small fix or general refactoring i did not bother commenting 2019-02-12 12:01:10 +01:00
evilsocket
acbc6d28dd
new: new wifi.assoc command to perform a RSN PMKID clientless attack (closes #436) 2019-02-07 18:27:14 +01:00
evilsocket
003139a2e3
new: wifi.recon will activate the interface if it's down instead of failing 2019-02-06 09:42:48 +01:00
evilsocket
a6cfb2413f
new: added native wifi handshakes capture from wifi.recon module 2019-02-05 19:42:13 +01:00
evilsocket
db7d6b64f0
new: new teamviewer packet parser for net.sniff 2019-01-29 15:31:27 +01:00
evilsocket
26ebef7d3f
misc: small fix or general refactoring i did not bother commenting 2019-01-28 13:39:12 +01:00
evilsocket
10fe1bf693
new: parsing wps.primaryDeviceType 2019-01-28 13:30:20 +01:00
evilsocket
4ecd89ae22
fix: parsing wps.Version from wps.WFA 2019-01-28 12:34:02 +01:00
evilsocket
cac366913a
new: parsing wps wfa version2 field 2019-01-28 12:12:58 +01:00
evilsocket
53d07298b7
new: parsing WPS response type field 2019-01-27 16:50:56 +01:00
evilsocket
be055f5e41
new: parsing WPS RF bands 2019-01-27 16:45:15 +01:00
evilsocket
053fa343f3
new: parsing WPS Configs fields 2019-01-27 16:42:03 +01:00
evilsocket
85f713f610
new: wps device password id fields descriptors 2019-01-27 14:56:06 +01:00
evilsocket
50bf22af9c
new: new WPS parsing capabilities and wifi.show.wps command 2019-01-27 14:52:59 +01:00
Edznux
2fe8999b2d revert ! 2018-10-28 17:42:25 +01:00
Edznux
ed6d40f163 refactor if/else in network and packets packages 2018-10-23 05:32:51 +02:00
Edznux
e333df35d4 Add gofmt -s to the build 2018-10-23 03:27:38 +02:00
evilsocket
e93fe8ec4c
fix: fixed a nbns parsing bug who sometimes returned binary hostnames 2018-10-15 15:05:43 -05:00
evilsocket
a95ae94957 fix: updated gopacket to fix compilation issues on macOS (ref #357) 2018-10-12 18:11:01 +02:00
evilsocket
d070445225 refact: refactored to use islazy and updated deps 2018-10-10 19:00:25 +02:00
evilsocket
197cff7108 new: mysql.server.outfile to save INFILE buffers to a file (also fixes #342) 2018-09-22 15:36:52 +02:00
evilsocket
342d1cf7c9
misc: small fix or general refactoring i did not bother commenting 2018-09-12 12:34:47 +02:00
evilsocket
3d312a9cdf
new: parsing UPNP discovery responses to get metadata about the endpoints 2018-09-12 11:56:07 +02:00
evilsocket
b6adb2b65f
new: WSD discovery agent for net.probe 2018-09-09 14:10:24 +03:00
evilsocket
632f7700bf
misc: small fix or general refactoring i did not bother commenting 2018-09-09 14:02:36 +03:00
evilsocket
b81d26aa93
misc: small fix or general refactoring i did not bother commenting 2018-09-09 13:33:53 +03:00
evilsocket
549fdc45af
misc: small fix or general refactoring i did not bother commenting 2018-09-09 13:21:42 +03:00
evilsocket
42c71845ed
new: new net.probe.upnp agent 2018-09-09 13:12:04 +03:00
evilsocket
eba546bef6
misc: small fix or general refactoring i did not bother commenting 2018-09-09 12:39:44 +03:00
evilsocket
e2cc4574c4
new: net.probe on uses both NBNS and MDNS queries to fetch endpoints metadata and hostnames 2018-09-09 12:35:00 +03:00
evilsocket
e993bf73f8
new: net.probe now also sends multicast dns queries to force mDNS traffic and responses 2018-09-06 17:41:51 +03:00
evilsocket
cf000fc5f7
refact: refactored code to use gopacket for mDNS related stuff 2018-08-30 19:09:22 +03:00
evilsocket
798df7e32f
new: grabbing meta info from mDNS TXT records 2018-08-30 14:55:38 +03:00
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