Skip to content

Instantly share code, notes, and snippets.

@rof20004
Last active August 9, 2024 01:14
Show Gist options
  • Save rof20004/d22f3e0b85e1506668b0efd9faa39bf3 to your computer and use it in GitHub Desktop.
Save rof20004/d22f3e0b85e1506668b0efd9faa39bf3 to your computer and use it in GitHub Desktop.
OWASP ZAP Docker Run
docker run --name zap --network host -v ${pwd}:/zap/wrk/:rw -t zaproxy/zap-stable zap-api-scan.py -t http://localhost:3000/swagger/swagger.json -f openapi -r report.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment