This code uses the bruteforce technique to make HTTP GET requests to try to discover directories on a website.
Any misuse and unauthorized use of this code is considered a crime, any misuse / illegal I will not be responsible
Contact me: .main.cpp
Download
git clone https://github.com/Exploit-py/DirSeeker.git
Install requirements
pip install -r requirements.txt
Run
python3 DirSeeker.py <host> -w <wordlist>
Run with threads
python3 DirSeeker.py <host> -w <wordlist> -t <threads>