https://github.com/amplication/pen-testing
Automated penetration testing CI
https://github.com/amplication/pen-testing
Last synced: 5 months ago
JSON representation
Automated penetration testing CI
- Host: GitHub
- URL: https://github.com/amplication/pen-testing
- Owner: amplication
- Created: 2024-04-16T12:40:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T12:18:28.000Z (about 2 years ago)
- Last Synced: 2025-02-15T10:54:42.107Z (over 1 year ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pen-testing
Automated penetration testing CI
## local
```sh
docker run --rm -v $(pwd):/zap/wrk/:rw -e -t ghcr.io/zaproxy/zaproxy:stable zap-api-scan.py \
-t https://server.amplication-sandbox.com/api-json -f openapi -g amplication.conf -r testrest.html -O https://server.amplication-staging.com -n /zap/wrk/amplication.context
```