
Python3 기반의 취약점 스캐너로, 대상 웹사이트의 모든 URL을 퍼징하고 웹 취약점을 스캔합니다. 선택적으로 GoBuster를 통합하여 자동화된 퍼징을 수행할 수 있습니다.
Python3로 작성된 취약점 스캐너입니다. 대상 웹사이트의 모든 URL을 퍼징(Fuzz)한 후 취약점을 스캔합니다.

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