Skip to content

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

Notifications You must be signed in to change notification settings

Exploit-py/DirSeeker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages