https://github.com/valentinmne/docker-zap-scanner
Scan a list of URLS with Zap Scan
https://github.com/valentinmne/docker-zap-scanner
bash docker owasp python security
Last synced: over 1 year ago
JSON representation
Scan a list of URLS with Zap Scan
- Host: GitHub
- URL: https://github.com/valentinmne/docker-zap-scanner
- Owner: valentinmne
- License: mit
- Created: 2020-11-25T19:25:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-06T09:47:36.000Z (over 4 years ago)
- Last Synced: 2025-01-09T05:48:55.654Z (over 1 year ago)
- Topics: bash, docker, owasp, python, security
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Zap Scanner
[](https://opensource.org/licenses/MIT)
## What for ?
Scan a list of URLS with Zap Scan and Generatin an html report file
### Prerequisite
- You need to have Docker installed
### Clone this repo
```
git clone "https://github.com/valentinmne/docker-zap-scanner.git"
cd docker-zap-git
sudo chmod +x scanner.sh
```
## Execute the shell script :
```
./scanner.sh [http or https] [file to use] [path to save your scan]
```
### Arguments:
Arg Position | Usages | Value by default | In Terminal
:-|:-|:-|:-|
1 | choose http or https scan for the url provided | https | ```sudo ./command.sh http ```
2 | Select the textfile where url are stored | urls.txt | ```sudo ./command.sh http url.txt ```
3 | Specify the path to save your scan | /var/www/html | ```sudo ./command.sh http url.txt /docker/scanner/```
### Currently implemented
- Args handeling
- Scan a list of url stored in a file
## Sources :
- https://www.zaproxy.org/docs/docker/about/
## Contributors
- valentinmne : valentin.moine@protonmail.com