Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

PyBuster

A lightweight directory enumeration tool for web security assessments. Performs concurrent scanning to identify hidden paths and resources on target web servers.

Features

  • Multi-threaded scanning with configurable thread count
  • Automatic wordlist download when no local list is available
  • Custom wordlist support
  • HTTP status code detection (200, 403)
Ekran Resmi 2026-01-26 00 17 07

Usage

python3 PyBuster.py <target_url> [wordlist_path]

Examples

# Basic scan with default wordlist
python3 PyBuster.py https://example.com

# Scan with custom wordlist
python3 PyBuster.py https://example.com /path/to/wordlist.txt

Requirements

  • Python 3.x
  • requests
pip install requests

Legal Disclaimer!

This tool is intended solely for authorized security testing and educational purposes. Unauthorized access to computer systems is illegal. Users are responsible for ensuring they have explicit permission before scanning any target. The author assumes no liability for misuse or damage caused by this software.

License

MIT License

About

Concurrent web directory scanner with automatic wordlist management.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages