Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)