Skip to content

prosecurity/DeepSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DeepSearch - Advanced Web Dir Scanner

DeepSearch is a simple command line tool for bruteforce directories and files in websites.

screen

Installation

$ git clone https://github.com/m4ll0k/DeepSearch.git deepsearch
$ cd deepsearch 
$ pip3 install requests
$ python3 deepsearch.py

Usage

python3 deepsearch.py -u http://testphp.vulnweb.com/ -e php -w wordlist.txt

python3 deepsearch.py -u http://testphp.vulnweb.com/ -e php -w wordlist.txt -f

python3 deepsearch.py -u http://testphp.vulnweb.com/ -e php -w wordlist.txt -b

python3 deepsearch.py -u http://testphp.vulnweb.com/ -e php -w wordlist.txt -l

python3 deepsearch.py -u http://testphp.vulnweb.com/ -e php -w wordlist.txt -p

python3 deepsearch.py -u http://testphp.vulnweb.com/ -e php -w wordlist.txt -o 200,301,302

python3 deepsearch.py -u http://testphp.vulnweb.com/ -e php -w wordlist.txt -x 501,502,503,401

python3 deepsearch.py -u http://testphp.vulnweb.com/user-%1%/index.php -e php -w wordlist.txt

python3 deepsearch.py -u http://testphp.vulnweb.com/id/%1%/index.html -e php -w wordlist.txt -f

About

DeepSearch - Advanced Web Dir Scanner

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages