Video coming soon...
This script is for demo purposes only.
Resources & Setup Scripts
Grab the automated bash script from GitHub.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/Security/owasp-zap/owasp-zap-ubuntu.sh
chmod +x owasp-zap-ubuntu.sh
sudo bash owasp-zap-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/Security/owasp-zap/owasp-zap-ubuntu.sh
2 Make it Executable
chmod +x owasp-zap-ubuntu.sh
3 Run the Installer
sudo bash owasp-zap-ubuntu.sh
4 Access the Web UI
http://<your-server-ip>:8080
Ports Used
| Port | Purpose |
|---|---|
| 8080 | ZAP Web UI & HTTP Proxy |
| 8090 | ZAP API (optional) |
