.. |
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
|
fix: fixed a bug of the probe and recon algos which prevented targets from being removed once offline
|
2018-02-01 19:45:09 +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
|
balls
|
2018-02-01 21:28:19 +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
|
Setting net.sniff.truncate to false as default value.
|
2018-02-05 13:09:34 +01:00 |
net_sniff_context.go
|
[net.sniff] Add net.sniff.truncate param (default bool true) in order to toggle shortening / truncating (...) of long URLs in HTTP requests on demand
|
2018-02-04 23:31:10 +02: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
|
[net.sniff] Add net.sniff.truncate param (default bool true) in order to toggle shortening / truncating (...) of long URLs in HTTP requests on demand
|
2018-02-04 23:31:10 +02:00 |
net_sniff_parsers.go
|
[net.sniff] Add net.sniff.truncate param (default bool true) in order to toggle shortening / truncating (...) of long URLs in HTTP requests on demand
|
2018-02-04 23:31:10 +02:00 |
net_sniff_sni.go
|
[net.sniff.sni] Use 'host' instead of 'domain' in SnifferEvent.SniffData - consistency with net.sniff.http module
|
2018-02-04 23:34:14 +02:00 |
net_sniff_stats.go
|
refact: refactored sniffer to allow several parsers
|
2018-01-09 23:43:23 +01:00 |
net_sniff_views.go
|
[net.sniff] Make console output consistent - use same timestamp / time format in sniff and events views
|
2018-02-04 23:32:54 +02: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 |