Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fabionoth/zap-api
Simple OWASP-ZAP API that makes spider and scanner in your web application.
https://github.com/fabionoth/zap-api
api docker docker-compose owasp owasp-zap report zap
Last synced: 16 days ago
JSON representation
Simple OWASP-ZAP API that makes spider and scanner in your web application.
- Host: GitHub
- URL: https://github.com/fabionoth/zap-api
- Owner: fabionoth
- Created: 2020-09-11T11:47:27.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T22:06:16.000Z (9 months ago)
- Last Synced: 2024-02-20T23:24:11.542Z (9 months ago)
- Topics: api, docker, docker-compose, owasp, owasp-zap, report, zap
- Language: Python
- Homepage:
- Size: 2.71 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Zap-api
### Warning: do not use in production environment.
How to Install
```bash
$ export ZAP_APIKEY=SupriseMotherFucker;
$ docker-compose up -d
```How to use
```bash
$ curl http://localhost:5000/
$ curl http://localhost:5000/api?host=https://example-host.com
$ curl http://localhost:5000/reports
$ curl http://localhost:5000/reports?report=report_example-host.com.timestamp.html
```
![Usage](demo.gif)