Commit graph

498 commits

Author SHA1 Message Date
evilsocket
00c32c2cc6
new: net.sniff now will parse and print mDNS query responses 2018-08-30 12:30:08 +03:00
evilsocket
f9656e1d1d
new: disabling api.rest authentication if username or password are empty 2018-08-29 16:00:17 +03:00
evilsocket
3b6ea499dd
misc: small fix or general refactoring i did not bother commenting 2018-08-27 10:14:31 +02:00
evilsocket
868aba8de0
fix: explicitly signaling when a net.sniff'ed http form is empty 2018-08-26 17:26:51 +02:00
evilsocket
9533c67d88
fix: net.sniff.verbose is false by default 2018-08-26 16:54:12 +02:00
evilsocket
2e952456bd
misc: small fix or general refactoring i did not bother commenting 2018-08-26 15:32:13 +02:00
evilsocket
52da653604
misc: small fix or general refactoring i did not bother commenting 2018-08-26 15:30:43 +02:00
evilsocket
cd0dcb63a4
misc: small fix or general refactoring i did not bother commenting 2018-08-26 15:30:10 +02:00
evilsocket
38694ad091
misc: small fix or general refactoring i did not bother commenting 2018-08-26 12:13:44 +02:00
evilsocket
855f9b243e
misc: small fix or general refactoring i did not bother commenting 2018-08-26 10:24:34 +02:00
evilsocket
a2327b7e8e
misc: small fix or general refactoring i did not bother commenting 2018-08-26 10:23:30 +02:00
evilsocket
b57e329632
misc: small fix or general refactoring i did not bother commenting 2018-08-25 11:50:23 +02:00
evilsocket
031f2e64ff
fix: net.probe handled errors were turned into debug messages 2018-08-24 15:28:33 +02:00
evilsocket
6c43fb7673
misc: small fix or general refactoring i did not bother commenting 2018-08-20 16:12:22 +02:00
evilsocket
f79f4bff4c
minor refactoring of the ble module 2018-08-20 15:47:35 +02:00
evilsocket
1c3b9fc825
misc: small fix or general refactoring i did not bother commenting 2018-08-17 15:50:02 +02:00
evilsocket
4206fd6a22
fix: the data field and the return value of the onData callback for the tcp.proxy are now byte arrays instead of strings (fixes #284) 2018-08-17 15:30:00 +02:00
evilsocket
49beed239f
misc: wifi.deauth has been optimized by sorting frames to send by channel in order to minimize the amount of channel hops 2018-08-17 14:57:44 +02:00
evilsocket
7a08366516
new: single https certificate / authority fields can now be customized via dedicated module parameters ( http.server, https.proxy and api.rest ) 2018-08-17 14:11:50 +02:00
evilsocket
3d852a0fae
fix: fixing request and response headers and downgrading security even if sslstrip is disabled 2018-08-15 19:57:35 +02:00
evilsocket
e650958e8b
misc: small fix or general refactoring i did not bother commenting 2018-08-15 19:23:14 +02:00
evilsocket
1adb542735
misc: small fix or general refactoring i did not bother commenting 2018-08-14 18:01:42 +02:00
evilsocket
6c3157e9c4
new: implemented http.proxy.injectjs and https.proxy.injectjs to inject javascript code, files or URLs without a proxy module 2018-08-14 17:12:22 +02:00
evilsocket
7839a90c82
fix: removed bogus message from sniffer events reporting 2018-08-14 14:30:59 +02:00
evilsocket
cc8d1370f9
new: implemented any.proxy module to redirect traffic to custom proxy tools 2018-08-14 14:09:21 +02:00
evilsocket
b361856c0b
fix: deleting firewall port redirection when tcp.proxy is stopped 2018-08-14 14:03:11 +02:00
evilsocket
b7a9712e52
misc: small fix or general refactoring i did not bother commenting 2018-08-14 13:46:13 +02:00
evilsocket
0f5beb72dd
refact: refactored wifi.deauth logic code 2018-08-02 17:26:51 +02:00
evilsocket
4d8270fe82
misc: small fix or general refactoring i did not bother commenting 2018-08-02 17:04:06 +02:00
evilsocket
7f905f4881
fix: fixed a race condition while doing wifi channel hopping 2018-08-02 17:03:11 +02:00
evilsocket
db30cfdd6a
fix: pruning wifi clients not seen in the last 5 minutes 2018-07-31 17:20:47 +02:00
evilsocket
3d1936ef61
misc: updated go-nmea dependency and refactored code for v1.1.0 2018-07-31 16:19:59 +02:00
evilsocket
c26775a112
fix: better broadcast deauth logging message 2018-07-29 16:02:25 +02:00
evilsocket
51987ff84f
new: wifi.deauth now accepts a broadcast bssid, in which case it'll start deauthing every client from every access point 2018-07-23 08:55:10 +02:00
Alexey Mozzhakov
18c74ce6ef
Fix for requests with port specified 2018-06-23 19:17:16 +03:00
Alexey Mozzhakov
3c53e87df7
Fix for domains localhost.* and 127.0.0.1.* 2018-06-23 19:00:13 +03:00
yungtravla
ff846bd6e5
Update http_proxy_js_response.go 2018-06-15 14:08:37 +10:00
yungtravla
77ca3550a0
Update http_proxy_js_request.go 2018-06-15 14:07:57 +10:00
eenblam
d5b550db28 Fix wifi.ap functionality
Broken in 0de6f3a76e
2018-05-23 22:19:10 -07:00
evilsocket
a3ef4e66f0
misc: small fix or general refactoring i did not bother commenting 2018-05-22 12:46:46 +02:00
evilsocket
f48feddd00
new: implemented JSResponse.ClearBody API (closes #272) 2018-05-14 11:10:24 +02:00
evilsocket
b75694f540
fix: fixed the leak of a channel if the events stream module was restarted 2018-05-12 12:36:47 +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
evilsocket
e9fa015962
fix: do not probe while arp.spoofing, fixes arp.spoof on the whole subnet 2018-05-10 10:39:56 +02:00
yungtravla
a465116160
small consistency fix 2018-05-10 02:39:54 +10:00
yungtravla
46f3d09612
print traceback for js errors 2018-05-10 01:11:32 +10:00
yungtravla
58daec15ba
add js error traceback 2018-05-09 22:56:13 +10:00
yungtravla
e95623df5b
Update base_proxy_script.go 2018-05-09 22:39:38 +10:00
yungtravla
cfe5f9f76b
added missing comma 2018-05-07 18:44:53 +10:00
yungtravla
1999665429
Enable reading/writing of request scheme in HTTP proxy 2018-05-07 15:29:49 +10:00