ZA Proxy: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Firstly It's need to install '''ZAP (ZA Proxy)''' using <code>sudo snap install zaproxy --classic</code> then we need to configure proxy server and generate Certificate as in '''Options''' section. After that Certificate need to import in Firefox browser.
Firstly It's need to install '''ZAP (ZA Proxy)''' using <code>sudo snap install zaproxy --classic</code> then we need to configure proxy server and generate Certificate as in '''Options''' section. After that Certificate need to import in Firefox browser. Then [https://addons.mozilla.org/en-US/firefox/addon/switchyomega/ Proxy SwitchyOmega] Extension needed to install and configure '''AutoProxy'''. Then any site can be configure for Pen Testing.


==Options==
==Options==

Revision as of 03:56, 10 April 2023

Firstly It's need to install ZAP (ZA Proxy) using sudo snap install zaproxy --classic then we 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

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