Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 605 Bytes

File metadata and controls

39 lines (26 loc) · 605 Bytes

WebScanner

a scanner to detect file and directory in a website

CRAN

install

install python

sudo apt-get install python
sudo apt-get install python-pip

clone the repository

git clone https://github.com/sarleon/WebScanner.git

install requirements

pip install -r requirements.txt

USE

simply use

python WebScanner.py -u http://127.0.0.1/  

404 page will not be echo , if you want to print all the information,use -v like

python WebScanner.py -u http://127.0.0.1/ -v