API security scanner for REST and SOAP APIs using OpenAPI and WSDL specifications
1.1K
Automated API security testing tool that scans REST and SOAP APIs for vulnerabilities using OpenAPI/Swagger specifications and WSDL files.
git clone https://github.com/CSPF-Founder/api-scanner-docker.git
cd api-scanner-docker
python3 setup.py
The setup script generates secure passwords, creates TLS certificates, writes the configuration, and starts the stack. Access the panel at https://localhost:4455.
| Service | Image | Purpose |
|---|---|---|
| api-scanner | cysecurity/api-scanner | Web panel + scan engine |
| zap | ghcr.io/zaproxy/zaproxy:stable | OWASP ZAP security scanner |
| mariadb | mariadb:10.11 | User and session storage |
| mongodb | mongo:4.4 | Scan data and results |
Full deployment guide, configuration reference, and troubleshooting: GitHub
Content type
Image
Digest
sha256:67bc0350f…
Size
233 MB
Last updated
7 months ago
docker pull cysecurity/api-scanner