ZA Proxy

From Chorke Wiki
Revision as of 03:46, 10 April 2023 by Shahed (talk | contribs) (→‎Options)
Jump to navigation Jump to search

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