ZA Proxy: Difference between revisions
Jump to navigation
Jump to search
Line 60: | Line 60: | ||
| valign="top" | | | valign="top" | | ||
* [https://snapcraft.io/zaproxy ZAP » <code>sudo snap install zaproxy --classic</code>] | * [https://snapcraft.io/zaproxy ZAP » <code>sudo snap install zaproxy --classic</code>] | ||
* [https://www.devonblog.com/security/owasp-zap-for-dummies/ ZAP » Configure to monitor security Threats] | |||
* [https://superuser.com/questions/417896/ ZAP » Using a Proxy for Certain Sites Only] | * [https://superuser.com/questions/417896/ ZAP » Using a Proxy for Certain Sites Only] | ||
* [https://www.linkedin.com/pulse/how-setup-owasp-zap-scan-your-web-application-security-botla ZAP » Setup to scan your web application] | |||
* [https://developer.mozilla.org/en-US/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file ZAP » Proxy Auto-Configuration] | * [https://developer.mozilla.org/en-US/docs/Web/HTTP/Proxy_servers_and_tunneling/Proxy_Auto-Configuration_PAC_file ZAP » Proxy Auto-Configuration] | ||
* [https://addons.mozilla.org/en-US/firefox/addon/switchyomega/ ZAP » Proxy SwitchyOmega] | * [https://addons.mozilla.org/en-US/firefox/addon/switchyomega/ ZAP » Proxy SwitchyOmega] |
Revision as of 04:18, 10 April 2023
Firstly It's needed to install ZAP (ZA Proxy) using sudo snap install zaproxy --classic
then need to configure Proxy Server and generate Certificate as in Options section. After that Certificate need to import in Firefox browser. Then Proxy SwitchyOmega Extension needed to install and configure AutoProxy. Then any site can be configure for Pen Testing.
Options
OWASP ZAP » Options » Local Proxies OWASP ZAP » Options » Dynamic SSL Certificates » Go to New Screen » Save OWASP ZAP » Firefox » Settings » Certificates » View Certificates » Import OWASP ZAP » Firefox » Settings » Network Settings » Proxy OWASP ZAP » Firefox » Extensions » Proxy SwitchyOmega » Auto Switch
Shortcuts
─────────────────────────────────────────────── Ctrl + Alt + D » Options Ctrl + J » Import WSDL From Web Ctrl + I » Import a File From URLs |
─────────────────────────────────────────────── Ctrl + Shift + I » Import WSDL From System | |
| ||
Knowledge
sudo ss -tulwn | grep LISTEN sudo ss -tulpn | grep LISTEN | grep 8080 sudo ss -tulpn | grep LISTEN | grep sshd sudo ss -tulpn | grep LISTEN | grep minio |
||
| ||
References
| ||