Commit graph

54 commits

Author SHA1 Message Date
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
278fde9872 fix: added explicit message while session is stopping because sometimes it can require a few seconds 2018-02-22 17:07:46 +01:00
evilsocket
da5d1d46d4 refact: big refactoring and improvements of wifi.* modules 2018-02-20 18:14:38 +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
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
Matrix86
b83823283d Fix #54: cmd parsing improved. It is possible set multiple command on ticker.commands with single or double quote. 2018-02-16 18:31:56 +01:00
evilsocket
fd28eadc60 refact: got rid of go-bindata using a simple py script (fixes #51) 2018-02-15 22:03:20 +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
21236c257e new: -silent and -debug are now mapped to log.silent and log.debug that can be set at runtime (fixes #50). 2018-02-15 20:48:34 +01:00
evilsocket
c2cd198d37 misc: small fix or general refactoring i did not bother commenting 2018-02-11 20:55:22 +01:00
evilsocket
7f7e5a24f8 misc: small fix or general refactoring i did not bother commenting 2018-02-11 20:05:35 +01:00
evilsocket
47230567ba new: cpuprofile and memprofile options for easy profiling 2018-02-11 18:41:49 +01:00
evilsocket
5304436736 fix: session.started and session.closing are now debug only events. 2018-02-10 03:05:17 +01:00
evilsocket
c1280107fb new: printing a big warning if the terminal does not support colors 2018-02-08 07:45:03 +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
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
80bbd2a0a0 balls 2018-02-01 21:28:19 +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
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
64c35fe846 new: implemented proper dynamic tab completion for every available command and module (fixes #14) 2018-01-14 14:00:58 +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
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
evilsocket
7dccb87aa8 new: custom prompt 2018-01-11 16:38:02 +01:00
evilsocket
2cda9c8c67 refact: refactored core constants into swag.go 2018-01-11 12:19:36 +01:00
evilsocket
e543582257 refact: refactored module parameters api 2018-01-11 00:27:53 +01:00
evilsocket
31de46c14c new: improved menu and per module help 2018-01-09 22:23:11 +01:00
evilsocket
d7d9711457 fix: minor fix to log line 2018-01-09 14:58:36 +01:00
evilsocket
e36bcacf00 refact: centralized logging into log package using Session singleton instance 2018-01-08 12:25:26 +01:00
evilsocket
d268bd9288 cooler prompt 2018-01-08 10:19:44 +01:00
evilsocket
aa48e80cae fix: using subnet CIDR as prompt 2018-01-08 10:01:33 +01:00
evilsocket
f1f9ca4ef0 refact: refactored session core handlers 2018-01-08 09:09:27 +01:00
evilsocket
f1f146d3d7 new: centralized logging and implemented DELETE /api/events route, closes #5 2018-01-08 06:39:44 +01:00
evilsocket
269d7d845b new: implemented GET /api/events route (ref #5). 2018-01-08 05:39:34 +01:00
evilsocket
ee4b783015 new: implemented POST /api/session route (ref #5). 2018-01-08 04:26:19 +01:00