Commit graph

580 commits

Author SHA1 Message Date
evilsocket
2c2be3149d
fix: don't overwrite full WPS map when new info arrive 2019-01-27 15:06:43 +01:00
evilsocket
4e82a4356a
fix: sorting WPS fields by name for wifi.show.wps command 2019-01-27 15:01:44 +01:00
evilsocket
50bf22af9c
new: new WPS parsing capabilities and wifi.show.wps command 2019-01-27 14:52:59 +01:00
evilsocket
bbf178e3db
fixed wifi.show.sort by rssi 2019-01-26 12:46:15 +01:00
evilsocket
282b58c024
misc: small fix or general refactoring i did not bother commenting 2019-01-24 17:20:05 +01:00
evilsocket
2fe9a2af2f
new: wifi.show and net.show columns are now decorated according to sorting 2019-01-24 15:15:09 +01:00
evilsocket
58738b7723
new: added wifi.show clients and encryption sorting 2019-01-24 14:36:26 +01:00
evilsocket
573cb17735
new: wifi.show.filter, wifi.show.limit, wifi.show.sort and wifi.show.sort_by parameters to control wifi.show 2019-01-24 11:17:27 +01:00
evilsocket
28f8586abb
new: net.show.filter, net.show.limit, net.show.sort and net.show.sort_by parameters to control net.show 2019-01-23 20:03:01 +01:00
evilsocket
431e84ea79
fix: fixed a deadlock in events.stream when the -debug flag is passed and some events are ignored 2019-01-23 14:07:45 +01:00
evilsocket
bf34561a19
new: added interface name and channel on wifi.show 2019-01-19 18:03:31 +01:00
evilsocket
f71df54950
new: wifi.show now shows I/O statistics like net.show 2019-01-19 17:54:49 +01:00
evilsocket
b2cd841ce8
new: new wifi.deauth.silent setting 2019-01-19 17:51:20 +01:00
evilsocket
31895569f7
misc: refactored modules.findMAC to session.FindMAC 2019-01-18 20:13:41 +01:00
evilsocket
81f1d6b88f
misc: small fix or general refactoring i did not bother commenting 2019-01-18 16:32:37 +01:00
evilsocket
ca734335fa
new: implemented wifi.deauth.skip variable (closes #375) 2019-01-18 16:19:30 +01:00
evilsocket
41084bec39
fix: made wifi.deauth asynchronous 2019-01-18 16:06:24 +01:00
evilsocket
470d456ba8
new: syn.scan stop command (closes #415) 2019-01-18 15:56:22 +01:00
evilsocket
e31ce94a78
new: added syn.scan.progress command and syn.scan.show-progress-every variable (ref #415) 2019-01-18 15:52:06 +01:00
evilsocket
7e3a1d79a7
refact: minor refactoring to syn.scan module (ref #415) 2019-01-18 14:25:05 +01:00
evilsocket
63810a5192
misc: small fix or general refactoring i did not bother commenting 2019-01-17 18:51:01 +01:00
evilsocket
93744418ef
misc: small fix or general refactoring i did not bother commenting 2019-01-17 18:44:02 +01:00
evilsocket
5d5d8339bf
fix: fixed a bug which caused events.show not to skip ignored events 2019-01-17 18:32:47 +01:00
evilsocket
4ac66fd52a
fix: fixed a bug in sslstripper (fixes #400) 2019-01-14 12:24:42 +01:00
evilsocket
9619cd62de
fix: fixed a dns.spoof.domains bug (fixes #408) 2019-01-07 11:02:36 +01:00
evilsocket
f687c9bb76
fix: fixed a deadlock in tcp_proxy_script (fixes #411) 2019-01-07 10:57:26 +01:00
evilsocket
260f2863c4
new: wifi modules now supports 5G wifi networks on macOS (closes #361) 2018-10-30 15:24:47 +01:00
evilsocket
24037bce47
Merge pull request #373 from Edznux/refactoring
Refactoring and fix tests
2018-10-29 15:24:31 +01:00
Giuseppe
251dbb3ef2 Decimal support for events.stream.output.rotate.when 2018-10-28 22:41:31 +01:00
Edznux
25a2f48a02 Replace if/else by switch 2018-10-28 18:01:55 +01:00
Edznux
2fe8999b2d revert ! 2018-10-28 17:42:25 +01:00
evilsocket
fc7d8d22b4
new: added log rotation (closes #374) 2018-10-28 12:43:38 +01:00
Edznux
d80fef3ef9 Re-run gofmt -s after modifications 2018-10-23 06:35:22 +02:00
Edznux
191e8eacff Refactor if/else and switch for the modules package 2018-10-23 06:09:10 +02:00
Edznux
e333df35d4 Add gofmt -s to the build 2018-10-23 03:27:38 +02:00
evilsocket
3342a82454 misc: small fix or general refactoring i did not bother commenting 2018-10-13 14:16:36 +02:00
evilsocket
dd2e8784dc misc: refactored and ported the plugin system to islazy/plugin.Plugin (huge optimization) 2018-10-13 14:13:06 +02:00
evilsocket
d070445225 refact: refactored to use islazy and updated deps 2018-10-10 19:00:25 +02:00
evilsocket
a2b3ee79fb new: net.show now accepts a comma separated list of ip, macs or aliases to filter for 2018-10-06 14:57:40 +02:00
evilsocket
08f3766d30 new: new /api/session/modules route 2018-09-29 12:48:32 +02:00
evilsocket
4a6d429bf8 new: new events.stream.http.request.dump and events.stream.http.response.dump parameters to enable or disable http dumps 2018-09-29 12:32:11 +02:00
evilsocket
9469c37ef0
misc: small fix or general refactoring i did not bother commenting 2018-09-29 12:25:13 +02:00
evilsocket
87ac32cd6b
misc: small fix or general refactoring i did not bother commenting 2018-09-29 02:34:27 +02:00
evilsocket
8f7f6545b1 new: new api.rest.alloworigin parameter to customize the Access-Control-Allow-Origin header of the server. 2018-09-29 02:10:46 +02:00
evilsocket
1220874473 new: the events.stream will now parse and display properly interesting http requests and responses 2018-09-28 19:59:31 +02:00
evilsocket
0ada0fdf7b fix: fixed a json encoding issue that caused the api.rest controller to return an empty list of events when a net.sniff http event is triggered 2018-09-27 16:09:11 +02:00
evilsocket
7b7739358d fix: locking the session object when it's read by the api module (fixes #349) 2018-09-27 15:25:35 +02:00
evilsocket
7234323840
misc: small fix or general refactoring i did not bother commenting 2018-09-24 13:42:25 +02:00
evilsocket
197cff7108 new: mysql.server.outfile to save INFILE buffers to a file (also fixes #342) 2018-09-22 15:36:52 +02:00
evilsocket
654585ff1f
misc: small fix or general refactoring i did not bother commenting 2018-09-21 19:40:56 +02:00