Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/krishpranav/gozap

⚡️ Multiple target ZAP Scanning made in go
https://github.com/krishpranav/gozap

cli crawler go go-crawler golang zap

Last synced: 22 days ago
JSON representation

⚡️ Multiple target ZAP Scanning made in go

Awesome Lists containing this project

README

        

# gozap
⚡️ Multiple target ZAP Scanning made in go

[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com)

# Installation
```
git clone https://github.com/krishpranav/gozap
cd gozap
go get
go build main.go
./main
```

# Usage
```
ajaxspider:
./main ajaxspider --urls samples/target.txt

active scan:
./main ascan --urls samples/target.txt
```