OWASP ZAP (Zed Attack Proxy) is the OWASP flagship free, open-source web app scanner. It is the natural Burp alternative when there is no budget or when an automated scan needs to live in a CI/CD pipeline.
Strengths:
- Automated and manual modes.
- HUD (heads-up display) overlay in the browser for guided manual testing.
- Add-ons marketplace for extra scan rules.
- First-class CI integration (
zap-baseline.py,zap-full-scan.py).