Commit graph

65 commits

Author SHA1 Message Date
evilsocket
49c65021ea
fix: using glide in order to build with stable deps and avoid dramas like #201, #202 and #203 2018-03-23 15:17:50 +01:00
evilsocket
86ba73f5bb
new: http and https proxy modules can now define an onCommand callback to handle custom session commands (closes #182) 2018-03-19 18:02:43 +01:00
evilsocket
641ae0cd00
fix: remove extra spaces after the first command (fixes #178) 2018-03-18 11:10:44 +01:00
evilsocket
fd586cf512
new: implemented update.check module (closes #172) 2018-03-13 22:43:56 +01:00
evilsocket
e40219976c
new: implemented events.stream.output (closes #169). new: implemented -no-colors argument. 2018-03-13 13:20:21 +01:00
evilsocket
caa801c764 new: gps module 2018-03-06 20:04:04 +01:00
alexmozzhakov
44391125c2 Join options for autocomplete 2018-02-27 09:23:38 +02:00
evilsocket
81a7e701f9 refact: using repo bettercap/readline 2018-02-27 05:06:34 +01:00
evilsocket
7fe6cd232c new: implemented ble.recon (ref #74) 2018-02-26 18:18:58 +01:00
evilsocket
5509a58e52 new: new -env-file for env persistance (closes #81) 2018-02-25 02:15:22 +01:00
evilsocket
3c400d2905 fix: fixed help menu padding 2018-02-23 02:21:06 +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
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