
Scanner de vulnérabilités en Python3 qui fuzz toutes les URL d'un site web cible et les scanne pour détecter des vulnérabilités web, avec une intégration optionnelle de GoBuster pour un fuzzing automatisé.
Scanner de vulnérabilités écrit en python3, il fuzze toutes les URLs du site cible puis les analyse pour scanner web

cd /opt/
git clone https://github.com/Khalidhusain786/Scannerweb.git
cd Scannerweb
sudo apt install python3-pip
pip3 install -r requirements.txt
go install github.com/OJ/gobuster/v3@latest
chmod +x scannerweb.py
python3 scannerweb.py --help
python3 scannerweb.py https://example.com/admin/dashboard.php
python3 scannerweb.py -uL url_list.txt
sudo apt install gobuster
python3 scannerweb.py -f -u https://www.example.com -w wrordlst.txt