1
0
mirror of https://github.com/bettercap/bettercap.git synced 2025-03-12 04:36:03 -07:00

43 Commits

Author SHA1 Message Date
evilsocket
3d312a9cdf
new: parsing UPNP discovery responses to get metadata about the endpoints 2018-09-12 11:56:07 +02: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
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
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
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
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 ) 2018-02-28 01:06:49 +01:00
evilsocket
781437fe6f fix: fixing pcap handles w/r ops synchronization here and there (ref ) 2018-02-27 13:28:57 +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 ) 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 ) 2018-02-22 21:20:36 +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
48d27f274a refact: renamed package net to network to avoid collision with golang net package. 2018-02-15 21:34:46 +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
2c7a8d8fa7 misc: small fix or general refactoring i did not bother commenting 2018-02-11 05:03:06 +01:00
evilsocket
624fed69bb misc: small fix or general refactoring i did not bother commenting 2018-02-11 04:06:10 +01:00
evilsocket
3bedfdb18b fix: fixing structure alignment for AddUint64 on ARM 2018-02-08 07:17:25 +01:00
evilsocket
99209f9f2e balls 2018-02-07 19:38:33 +01:00
evilsocket
2f2e52393a balls 2018-02-07 19:36:20 +01:00
evilsocket
1c97a6df72 balls 2018-02-07 19:33:48 +01:00
evilsocket
305e22ee2e optimization: optimized locking and op atomicity for the packets queue and network statistics view 2018-02-05 21:04:25 +01:00
evilsocket
6e6eb688d7 refact: encapsulating synt.Mutex in packets.Queue struct 2018-01-24 13:40:08 +01:00
evilsocket
97c97a668a fix: counting udp probe packets in sent stats 2018-01-17 17:31:51 +01:00
evilsocket
9363649bce balls 2018-01-16 10:32:09 +01:00
evilsocket
593e38d94e balls 2018-01-16 10:13:07 +01:00
evilsocket
f9f0f3d5b3 fix: several improvements to the https.proxy module 2018-01-14 19:34:15 +01:00
evilsocket
2b7aae7b1f balls 2018-01-13 20:07:29 +01:00
evilsocket
c244582e53 fix: removed field from json 2018-01-13 19:33:14 +01:00
evilsocket
e7da2d4287 new: per ip traffic stats 2018-01-13 18:56:27 +01:00
evilsocket
656b633023 fix: fixed packets queue stats 2018-01-13 18:48:52 +01:00
evilsocket
913c581f9f new: main packet queue is now used to gather network stats, update endpoint, etc 2018-01-13 18:40:43 +01:00
evilsocket
ce3de2e0ad balls 2018-01-13 13:46:49 +01:00
evilsocket
f1f146d3d7 new: centralized logging and implemented DELETE /api/events route, closes 2018-01-08 06:39:44 +01:00
evilsocket
0091ffdbb3 yeah i should have done this before, i know 2017-11-17 14:49:59 +01:00