Deepsearch - Advanced Spider Web Dir Scanner
DeepSearch is a uncomplicated command line tool for bruteforce directories as well as files inwards websites. Installation $ git clone https://github.com/m4ll0k/DeepSearch.git deepsearch $ cd deepsearch $ pip3 install requests $ python3 deepsearch.py Screenshots Usage Basic: python3 deepsearch.py -u http://testphp.vulnweb.com/ -e php -w wordlist.txt Force extension for every wordlist entry (support 1 extension): python3 deepsearch.py -u http://testphp.vulnweb.com/ -e php -w wordlist.txt -f Make a asking past times hostname (ip): python3 deepsearch.py -u http://testphp.vulnweb.com/ -e php -w wordlist.txt -b Force lowercase for every wordlist entry: python3 deepsearch.py -u http://testphp.vulnweb.com/ -e php -w wordlist.txt -l Force upper-case alphabetic lineament for every wordlist entry: python3 deepsearch.py -u http://testphp.vulnweb.com/ -e php -w wordlist.txt -p Show alone condition code separated past times comma: python3 deepsearch.py -u http:/...