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 |
|
Simone Margaritelli
|
5328ced392
|
Revert "Minor refactors using golint"
|
2018-05-03 12:31:42 +02:00 |
|
Kent Gruber
|
5619127f93
|
if block ends with a return statement drop this else and outdent its block
|
2018-05-01 23:22:10 -04:00 |
|
Kent Gruber
|
c2db4b0d67
|
if block ends with a return statement drop this else and outdent its block
|
2018-05-01 23:22:06 -04:00 |
|
Kent Gruber
|
55614a7f28
|
if block ends with a return statement drop this else and outdent its block
|
2018-05-01 23:21:54 -04:00 |
|
Kent Gruber
|
343ad54b9a
|
if block ends with a return statement drop this else and outdent its block
|
2018-05-01 23:21:52 -04:00 |
|
Kent Gruber
|
069ad23282
|
if block ends with a return statement drop this else and outdent its block
|
2018-05-01 23:21:49 -04:00 |
|
Kent Gruber
|
aee47df0a6
|
if block ends with a return statement drop this else and outdent its block
|
2018-05-01 23:21:46 -04:00 |
|
Kent Gruber
|
3f8226ff67
|
if block ends with a return statement drop this else and outdent its block
|
2018-05-01 23:21:42 -04:00 |
|
Kent Gruber
|
9505a149ce
|
if block ends with a return statement drop this else and outdent its block
|
2018-05-01 23:15:05 -04:00 |
|
Kent Gruber
|
d65bee06ce
|
if block ends with a return statement drop this else and outdent its block
|
2018-05-01 23:13:33 -04:00 |
|
Kent Gruber
|
024f978c3a
|
golint says don't use underscores in Go names; var from_hw should be fromHw
|
2018-05-01 23:13:16 -04:00 |
|
Kent Gruber
|
7996fc40ff
|
if block ends with a return statement drop this else and outdent its block
|
2018-05-01 23:10:55 -04:00 |
|
Kent Gruber
|
db18057fce
|
if block ends with a return statement drop this else and outdent its block
|
2018-05-01 23:10:49 -04:00 |
|
Kent Gruber
|
f0408bc514
|
if block ends with a return statement drop this else and outdent its block
|
2018-05-01 23:09:09 -04:00 |
|
Kent Gruber
|
2522b89069
|
if block ends with a return statement drop this else and outdent its block
|
2018-05-01 23:08:11 -04:00 |
|
evilsocket
|
9f390a722f
|
new: added arp.spoof.internal boolean parameter (closes #242)
|
2018-04-30 15:44:16 +02:00 |
|
evilsocket
|
7197fb1f25
|
fixed a panic on net.sniff due to channel being closed if reading from a pcap (fixes #246)
|
2018-04-30 14:57:32 +02:00 |
|
evilsocket
|
4cd86f3fd0
|
wrote unit tests for session.Environment
|
2018-04-30 14:20:34 +02:00 |
|
bmaia
|
d2901fddf0
|
new: implemented tcp.tunnel option for tcp.proxy module (closes #238)
|
2018-04-27 00:32:39 +02:00 |
|
evilsocket
|
0de6f3a76e
|
more lint driven refactoring
|
2018-04-24 18:26:16 +02:00 |
|
evilsocket
|
7919cda5ec
|
lint driven refactoring
|
2018-04-24 16:33:38 +02:00 |
|
evilsocket
|
bc3be7dd2b
|
started structuring project for testing + lint driven various refactoring
|
2018-04-24 15:12:25 +02:00 |
|
bmaia
|
4a6a91ad17
|
new: Implemented Rogue MySQL server module
|
2018-04-23 14:55:29 +02:00 |
|
evilsocket
|
214d2a56da
|
misc: small fix or general refactoring i did not bother commenting
|
2018-04-10 12:13:06 +02:00 |
|
evilsocket
|
b5596d54d2
|
new: supporting wildcard expressions in dns.spoof module (closes #215)
|
2018-04-01 14:27:33 +02:00 |
|
evilsocket
|
e80e73879f
|
fix: adding --queue-bypass parameter to NFQUEUE created by the packet.proxy module.
|
2018-03-31 12:47:50 +02:00 |
|
evilsocket
|
07938f8a6c
|
misc: small fix or general refactoring i did not bother commenting
|
2018-03-28 21:41:00 +02:00 |
|
evilsocket
|
29f8173e17
|
misc: small fix or general refactoring i did not bother commenting
|
2018-03-28 21:38:16 +02:00 |
|
evilsocket
|
eabd8c9c0f
|
misc: small fix or general refactoring i did not bother commenting
|
2018-03-28 21:34:46 +02:00 |
|
evilsocket
|
a909d81765
|
misc: small fix or general refactoring i did not bother commenting
|
2018-03-28 21:28:29 +02:00 |
|
evilsocket
|
4e98507eee
|
misc: small fix or general refactoring i did not bother commenting
|
2018-03-28 21:20:52 +02:00 |
|
evilsocket
|
3f9229b6db
|
misc: small fix or general refactoring i did not bother commenting
|
2018-03-28 21:17:46 +02:00 |
|
evilsocket
|
485235cd5a
|
misc: small fix or general refactoring i did not bother commenting
|
2018-03-28 21:14:52 +02:00 |
|