Skip to content

Python script for discovering web directory paths through href links and wordlist-based attacks.

License

Notifications You must be signed in to change notification settings

Mr1llusion/DirBuster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Directory Enumerator

2023-09-23_17-04

This is a Python script for discovering web directory paths through href links and wordlist-based attacks.

Features

  • Directory Enumeration: Discover website directories by navigating through href links.
  • Stage 1: Explore directory paths with a wordlist attack.
  • Stage 2: Extend path discovery by running a wordlist attack on href links.
  • Save Discoveries: Store identified directory paths for future analysis.

Usage

  • Quick install:

    git clone https://github.com/Mr1llusion/DirBuster.git
    cd DirBuster
    pip install -r requirements.txt
    python directory_enumerator.py

License

This project is licensed under the MIT License - see the LICENSE file for details.

Disclaimer This tool is intended for educational and ethical purposes only. The author is not responsible for any misuse or illegal activities conducted with this script.

About

Python script for discovering web directory paths through href links and wordlist-based attacks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages