Scan a list of URLS with Zap Scan and Generatin an html report file
- You need to have Docker installed
git clone "https://github.com/valentinmne/docker-zap-scanner.git"
cd docker-zap-git
sudo chmod +x scanner.sh
./scanner.sh [http or https] [file to use] [path to save your scan]
| 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/ |
- Args handeling
- Scan a list of url stored in a file
- valentinmne : valentin.moine@protonmail.com