ZA Proxy: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
Line 28: Line 28:
* [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://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://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]
* [https://www.zaproxy.org/ ZAP » Zed Attack Proxy]
* [https://www.zaproxy.org/ ZAP » Zed Attack Proxy]

Revision as of 03:18, 10 April 2023

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