Exploit-py / DirSeeker

This code uses the bruteforce technique to make HTTP GET requests to try to discover directories on a website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DirSeeker

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

Author

Suport

Contact me: .main.cpp

Screenshots

HELP

App Screenshot

Running with Anchors in Wordlist

App Screenshot

Running without Anchors in Wordlist

App Screenshot

Verbose

App Screenshot

Deploy

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>

About

This code uses the bruteforce technique to make HTTP GET requests to try to discover directories on a website.


Languages

Language:Python 100.0%