
Python3 vulnerability scanner that fuzzes all URLs of a target website and scans them for web vulnerabilities, with optional GoBuster integration for automated fuzzing.
Vulnerability Scanner written in python3, It Fuzzes All URLs of target website & then scan them for 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