Commit graph

154 commits

Author SHA1 Message Date
evilsocket
3672906491 balls 2018-02-08 01:32:08 +01:00
evilsocket
9c97e99356 balls 2018-02-08 01:31:15 +01:00
evilsocket
b048d6a0e6 balls 2018-02-08 01:30:06 +01:00
evilsocket
4cd1fb14d7 balls 2018-02-08 01:27:07 +01:00
evilsocket
5887883683 new: implementing IsForwardingEnabled for windows firewall 2018-02-08 01:15:03 +01:00
evilsocket
529d834815 new: keeping track of interface index 2018-02-08 01:03:31 +01:00
evilsocket
d532163fd6 balls 2018-02-07 21:37:28 +01:00
evilsocket
14e8e57c78 balls 2018-02-07 21:08:56 +01:00
evilsocket
b26ff8bd85 balls 2018-02-07 21:06:20 +01:00
evilsocket
4b575bc7f1 balls 2018-02-07 20:02:25 +01:00
evilsocket
4581272c94 balls 2018-02-07 19:32:22 +01:00
evilsocket
8b44912022 fix: user privileges check is implicit when trying to open pcap handle 2018-02-07 19:08:03 +01:00
evilsocket
36352311fb refact: target -> endpoint 2018-02-05 21:57:16 +01:00
evilsocket
ca9f4f0945 refact: refactored several strings.Trim calls to core.Trim 2018-02-05 18:09:59 +01:00
evilsocket
6e8e489412 fix: do not discover new endpoints from packets queue if net.recon module is not running. 2018-02-05 17:21:31 +01:00
evilsocket
b789a48f46 new: mac.changer module can now be used on any interface. 2018-02-05 16:59:21 +01:00
evilsocket
80bbd2a0a0 balls 2018-02-01 21:28:19 +01:00
evilsocket
73f887087a fix: fixed a bug of the probe and recon algos which prevented targets from being removed once offline 2018-02-01 19:45:09 +01:00
evilsocket
4756b885ec refact: the env.change event is now just a debug log 2018-02-01 14:12:26 +01:00
evilsocket
5b46b8d941 fix: using buffered channel for events (fixes #37) 2018-02-01 12:53:44 +01:00
evilsocket
eb1a53efa3 new: showing last events in net.show instead of useless histogram 2018-01-31 20:43:07 +01:00
evilsocket
8e8e529744 fix: an empty string can now be used as an alias in order to remove it 2018-01-30 02:26:48 +01:00
evilsocket
4c4a946d44 fix: restoring ttl counter up to max threshold when a device is refound on arp cache 2018-01-29 16:57:42 +01:00
evilsocket
5d3381fc76 fix: make sure events are sorted 2018-01-29 14:20:24 +01:00
evilsocket
7abb3cbb2c new: several improvements to the new.show u 2018-01-29 12:26:28 +01:00
evilsocket
e216cdde48 new: aliases are now persistant 2018-01-28 21:07:21 +01:00
evilsocket
a2cc2746b4 new: new alias command 2018-01-27 20:53:09 +01:00
evilsocket
0b4c4a7dce new: mac.changer module 2018-01-25 15:54:30 +01:00
evilsocket
1cffa33264 balls 2018-01-24 13:51:37 +01:00
evilsocket
268c646606 fix: fixed weird bug happening while clearing the interactive session screen 2018-01-24 12:55:41 +01:00
evilsocket
3c8280c08e balls 2018-01-24 11:37:13 +01:00
evilsocket
7eebea30d0 refact: refactored commands parsing code into session.ParseCommands function 2018-01-23 20:20:54 +01:00
evilsocket
79130e2669 fix: using non blocking channel write ops in order not to spawn too many go routines and fill the stack (fixes #20) 2018-01-17 17:13:25 +01:00
evilsocket
9f31cfa4b9 new: implemented '!shell-command' session command (closes #18) 2018-01-16 10:10:56 +01:00
evilsocket
883f200e85 fix: using ttl counters for hosts making host discovery way more stable 2018-01-15 17:59:43 +01:00
evilsocket
f9f0f3d5b3 fix: several improvements to the https.proxy module 2018-01-14 19:34:15 +01:00
evilsocket
9909cc877f balls 2018-01-14 14:05:11 +01:00
evilsocket
64c35fe846 new: implemented proper dynamic tab completion for every available command and module (fixes #14) 2018-01-14 14:00:58 +01:00
evilsocket
7965cece7f new: better net.show output 2018-01-13 21:26:21 +01:00
evilsocket
3e15e13027 refact: refactored net.show in a separate file 2018-01-13 20:34:36 +01:00
evilsocket
75b423ab2d new: realtime network stats can now be used in the prompt 2018-01-13 19:19:43 +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
1ab8711d79 new: caplets can now include other caplets 2018-01-13 14:07:37 +01:00
evilsocket
892659ba7f fix: better 'active' menu 2018-01-13 14:00:57 +01:00
evilsocket
90c1550a19 refact: new ListParam utility method for modules CSV parameters 2018-01-13 13:40:52 +01:00
evilsocket
fb593af38d balls 2018-01-13 13:33:04 +01:00
evilsocket
52629c0e9e fix: fixed api.rest module 2018-01-13 02:10:16 +01:00
evilsocket
da57450315 new: dhcp6 spoofer step 1: get solicit packets and send spoofed advertisements. 2018-01-12 19:54:36 +01:00
evilsocket
291e87de39 refact: some refactoring to proxy modules 2018-01-11 19:53:14 +01:00