Pen-testing tools: Difference between revisions
Jump to navigation
Jump to search
(ZAP) |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
== Proxies == |
== Proxies == |
||
=== [https://www.owasp.org/index.php/OWASP_Zed_Attack_Proxy_Project OWASP Zed Attack Proxy Project] (ZAP) === |
|||
Powerful tool that can e.g. easily intercept HTTPS queries and mount MITM attacks. |
|||
On Firefox, install ''Plug-n-Hack'' plugin (go to http://localhost:8080/pnh/). Control the plugin / ZAP via Firefox Developer Toolbar ({{kb|Shift+F2}}) |
|||
help pnh |
|||
help zap |
|||
;Troubleshooting |
|||
* On Ubuntu, disable the network proxy in gnome settings. It seems to interfere with ZAP. |
Latest revision as of 17:10, 21 March 2014
Proxies
OWASP Zed Attack Proxy Project (ZAP)
Powerful tool that can e.g. easily intercept HTTPS queries and mount MITM attacks.
On Firefox, install Plug-n-Hack plugin (go to http://localhost:8080/pnh/). Control the plugin / ZAP via Firefox Developer Toolbar (Shift+F2)
help pnh help zap
- Troubleshooting
- On Ubuntu, disable the network proxy in gnome settings. It seems to interfere with ZAP.