fabionoth / zap-api

Simple OWASP-ZAP API that makes spider and scanner in your web application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zap-api

Warning: do not use in production environment.

How to Install

$ export ZAP_APIKEY=SupriseMotherFucker;
$ docker-compose up -d

How to use

$ 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

About

Simple OWASP-ZAP API that makes spider and scanner in your web application.


Languages

Language:Python 83.2%Language:HTML 10.4%Language:Dockerfile 3.8%Language:Shell 2.7%