.. |
api_rest.go
|
new: implemented basic https proxy (fixes #3)
|
2018-01-14 16:13:47 +01:00 |
api_rest_controller.go
|
fix: make sure events are sorted
|
2018-01-29 14:20:24 +01:00 |
api_rest_security.go
|
refact: refactored api.rest module to use GIN and have better security (fixes #11)
|
2018-01-14 15:10:11 +01:00 |
api_rest_utils.go
|
refact: refactored api.rest utility functions into separate file.
|
2018-01-17 17:04:15 +01:00 |
arp_spoof.go
|
fix: enable packet forwarding whenever any spoofing module is started (ref #10)
|
2018-01-27 15:58:53 +01:00 |
dhcp6_spoof.go
|
fix: enable packet forwarding whenever any spoofing module is started (ref #10)
|
2018-01-27 15:58:53 +01:00 |
dns_spoof.go
|
check if nil before the interface conversion
|
2018-02-01 14:09:21 -02:00 |
events_stream.go
|
new: showing last events in net.show instead of useless histogram
|
2018-01-31 20:43:07 +01:00 |
events_view.go
|
fix: better events view
|
2018-02-01 10:52:03 +01:00 |
http_proxy.go
|
refact: refactored proxy specific code in a http proxy base object, preparing for https.proxy module
|
2018-01-14 15:53:52 +01:00 |
http_proxy_base.go
|
fix: fixed non fatal error while http.proxy is running
|
2018-01-27 16:52:08 +01:00 |
http_proxy_cert_cache.go
|
balls
|
2018-01-24 13:51:37 +01:00 |
http_proxy_js_request.go
|
new: new request.ParseForm builtin method for proxy modules.
|
2018-01-13 17:00:50 +01:00 |
http_proxy_js_response.go
|
refact: session/modules -> modules
|
2018-01-08 09:28:46 +01:00 |
http_proxy_script.go
|
balls
|
2018-01-24 14:08:47 +01:00 |
http_proxy_script_builtins.go
|
new: realtime network stats can now be used in the prompt
|
2018-01-13 19:19:43 +01:00 |
http_proxy_script_test.go
|
fix: fix
|
2018-01-11 01:41:56 +01:00 |
http_server.go
|
balls
|
2018-01-13 13:33:04 +01:00 |
https_proxy.go
|
new: spoofing godaddy ca
|
2018-01-14 20:19:52 +01:00 |
mac_changer.go
|
fix: mac.changer now updates global interface mac address variable
|
2018-01-25 16:00:46 +01:00 |
net_probe.go
|
balls
|
2018-01-24 13:11:05 +01:00 |
net_probe_udp.go
|
fix: sending only 1 byte as udp probe
|
2018-01-24 13:35:12 +01:00 |
net_recon.go
|
refact: refactored net.show command of net.recon module into separate file.
|
2018-01-25 14:53:10 +01:00 |
net_recon_show.go
|
new: showing last events in net.show instead of useless histogram
|
2018-01-31 20:43:07 +01:00 |
net_recon_sort.go
|
balls
|
2018-01-29 12:31:25 +01:00 |
net_sniff.go
|
balls
|
2018-01-27 18:50:55 +01:00 |
net_sniff_context.go
|
refact: refactored module parameters api
|
2018-01-11 00:27:53 +01:00 |
net_sniff_dns.go
|
balls
|
2018-01-16 16:44:25 +01:00 |
net_sniff_event.go
|
fix: better way of printing events
|
2018-01-30 12:03:24 +01:00 |
net_sniff_http.go
|
Fix net.sniff http URL format reporting (regression after path/hostname fix)
|
2018-02-01 17:42:58 +02:00 |
net_sniff_parsers.go
|
new: integrated net.sniff events into main events system ( with new.sniff.leak.* even type )
|
2018-01-10 15:27:29 +01:00 |
net_sniff_sni.go
|
refact: sni -> https
|
2018-01-12 13:43:17 +01:00 |
net_sniff_stats.go
|
refact: refactored sniffer to allow several parsers
|
2018-01-09 23:43:23 +01:00 |
net_sniff_views.go
|
new: showing user agent while sniffing http requests
|
2018-01-10 14:43:38 +01:00 |
ticker.go
|
fix: decimal expected for a float value when printing ticker is running info text.
|
2018-01-30 10:17:33 +03:00 |
wol.go
|
new: new wake on lan module
|
2018-01-30 13:43:43 +01:00 |