Commit graph

52 commits

Author SHA1 Message Date
☸️
159aed5080
Implement session script onExit call. 2024-11-23 15:49:05 +01:00
Simone Margaritelli
2659a559c9 fix: using proper v2 package suffix (fixes #727) 2024-08-09 18:19:21 +02:00
Simone Margaritelli
22de9d3d4f new: added session.stopped event (and fixed session.started event propagation) 2022-06-10 22:12:45 +02:00
Simone Margaritelli
583a54c194 new: new c2 module, first draft 2021-01-27 00:17:25 +01:00
evilsocket
c7f28855ca
fix: clear handler caused issues on some terminals, fixed by using os specific clear command 2019-03-22 21:28:57 +01:00
evilsocket
7e7f2ef645
new: aliases are now centralized and can be used for any type of device (closes #504) 2019-03-21 19:39:08 +01:00
evilsocket
4f54b12ee1
fix: fixed a bug which prevented 'set alias MAC ""' to clear an alias 2019-03-20 13:36:44 +01:00
evilsocket
255102c250
fix: allow wifi modules to use network aliases for clients never seen on lan 2019-03-17 14:01:30 +01:00
evilsocket
742e7fd8bb
fix: single quotes can now be used to clear variables (fixes #450) 2019-02-16 15:54:51 +01:00
evilsocket
d070445225 refact: refactored to use islazy and updated deps 2018-10-10 19:00:25 +02:00
evilsocket
5bf7814cba
fix: module parameters are now sorted by name when using the 'help module' command 2018-08-17 14:20:04 +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
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
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
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
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
241db0cc66 fix: protecting concurrent access to LAN hosts 2018-02-20 11:33:30 +01:00
evilsocket
0e03db7b9e misc: small fix or general refactoring i did not bother commenting 2018-02-20 04:51:45 +01:00
evilsocket
eb5a72a44c misc: small fix or general refactoring i did not bother commenting 2018-02-17 06:04:16 +01:00
evilsocket
7f7e5a24f8 misc: small fix or general refactoring i did not bother commenting 2018-02-11 20:05:35 +01:00
evilsocket
42311b9e8d misc: small fix or general refactoring i did not bother commenting 2018-02-11 19:52:18 +01:00
evilsocket
bd591855cd balls 2018-02-08 01:33:50 +01:00
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
d532163fd6 balls 2018-02-07 21:37:28 +01:00
evilsocket
ca9f4f0945 refact: refactored several strings.Trim calls to core.Trim 2018-02-05 18:09:59 +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
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
268c646606 fix: fixed weird bug happening while clearing the interactive session screen 2018-01-24 12:55:41 +01:00
evilsocket
9f31cfa4b9 new: implemented '!shell-command' session command (closes #18) 2018-01-16 10:10:56 +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
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
291e87de39 refact: some refactoring to proxy modules 2018-01-11 19:53:14 +01:00
evilsocket
29002eb0b8 new: new clear session command 2018-01-10 17:16:14 +01:00