Commit graph

180 commits

Author SHA1 Message Date
alexmozzhakov
bad9b41918 Removed debug log 2018-07-21 15:32:23 +03:00
alexmozzhakov
17d931a074 Adding search for caplets into autocomplete (only /caplets/ will be
searched recursively)
2018-07-21 15:28:13 +03:00
alexmozzhakov
7e952865cc This is a fix for showing MAC,BSSID and other CAPSed options 2018-07-21 15:23:49 +03:00
evilsocket
507d1b71e9
misc: small fix or general refactoring i did not bother commenting 2018-05-14 11:04:24 +02:00
evilsocket
a536fb4c55
new: variables are now accessible from every command with {env.varname} (closes #276) 2018-05-14 10:24:53 +02:00
evilsocket
9f0b4a9502
fix: fixed events buffering, now no event is lost with multiple listeners (fixes #266) 2018-05-12 12:16:15 +02:00
Simone Margaritelli
5328ced392
Revert "Minor refactors using golint" 2018-05-03 12:31:42 +02:00
Kent Gruber
ca42274656 if block ends with a return statement drop this else and outdent its block 2018-05-01 23:22:29 -04:00
Kent Gruber
f09125b166 if block ends with a return statement drop this else and outdent its block 2018-05-01 23:22:26 -04:00
Kent Gruber
bfdd7db018 if block ends with a return statement drop this else and outdent its block 2018-05-01 23:22:21 -04:00
Kent Gruber
f128d3a035 if block ends with a return statement drop this else and outdent its block 2018-05-01 23:22:19 -04:00
evilsocket
4cd86f3fd0
wrote unit tests for session.Environment 2018-04-30 14:20:34 +02:00
evilsocket
735d074cd8
more unit tests 2018-04-26 15:16:49 +02:00
evilsocket
557d7dbe17
completed lint driven refactoring 2018-04-26 12:41:18 +02:00
evilsocket
0de6f3a76e
more lint driven refactoring 2018-04-24 18:26:16 +02:00
evilsocket
07f047dff3
new: implemented new 'read' session command 2018-03-29 13:04:47 +02:00
evilsocket
39ed078204
misc: small fix or general refactoring i did not bother commenting 2018-03-28 19:49:46 +02:00
evilsocket
64af0c4290
misc: small fix or general refactoring i did not bother commenting 2018-03-26 13:17:44 +02:00
evilsocket
096767622a
new: caplets can now be used as interactive session commands ( /usr/bin/zsh -> first argument, etc ) (closes #204) 2018-03-26 12:27:53 +02:00
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
1f10e788ca
fix: fixed a bug which prevented the buffered channel from beign cleared (fixes #198) 2018-03-22 15:43:31 +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
77f8e070bc
new: new wifi.ap module 2018-03-19 14:36:40 +01:00
evilsocket
eb0ca12ec6
fix: increased events backlog for events.stream listener channels (fixes #187) 2018-03-19 11:44:30 +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
evilsocket
973b864132 Merge branch 'api_ws' 2018-03-06 13:54:45 +01:00
evilsocket
5ad1a17118 new: implemented optional websocket for /api/events 2018-03-06 13:54:37 +01:00
evilsocket
cb58258bd7 refact: returning pointers for both js request and js response 2018-03-05 16:14:26 +01:00
tonjo
028555aecc Added help for wildcard on get 2018-03-03 10:21:02 +01:00
tonjo
7008ea1229 Added help for wildcard on get 2018-03-03 10:18:58 +01:00
tonjo
20b6d8eef8 get variable name accepts wildcard (get api*) 2018-03-03 01:11:50 +01:00
evilsocket
b243e67828 some progress but still doesn't work 2018-03-01 19:30:10 +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
Neal Patel
b9cf32573f misc: improve consistency and add rssi to logs 2018-02-26 15:09:45 -08: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
241db0cc66 fix: protecting concurrent access to LAN hosts 2018-02-20 11:33:30 +01:00
evilsocket
dfd139cab1 misc: small fix or general refactoring i did not bother commenting 2018-02-20 10:58:20 +01:00
evilsocket
0e03db7b9e misc: small fix or general refactoring i did not bother commenting 2018-02-20 04:51:45 +01:00
evilsocket
b28f8a40ec fix: fixed bug in prompt parsing (fixes #58) 2018-02-20 02:39:59 +01:00
evilsocket
d95373bfa8 misc: small fix or general refactoring i did not bother commenting 2018-02-19 14:36:24 +01:00