Skip to content

williamlaurent/f-uzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 F-uzz

Fuzzing Websites to Find Juicy Information.

There are many free fuzzing bots on GitHub. This tool helps discover hidden files, directories, and endpoints on websites using wordlists. Feel free to recode and develop it, but don't forget to give credit and link back to my GitHub.

⚡ Usage

python3 fuzz.py  # Make sure to fill list.txt with your target URLs.

🎯 One-Shot Execution

python3 fuzz.py && cat results.txt

📥 Installation

Clone the repository:

git clone https://github.com/williamlaurent/f-uzz.git
cd f-uzz

Install dependencies:

pip install -r requirements.txt

If requirements.txt is missing, install manually:

pip install requests colorama

🔧 How It Works

  1. Add your target domains to list.txt:
    example.com
    test.com
    
  2. Add fuzzing wordlists to fuzz.txt:
    admin
    login
    config.php
    
  3. Run the script:
    python3 fuzz.py
  4. Results will be saved in results.txt.

🎨 Output Interpretation

  • Green → 200 OK responses
  • Red → Connection errors
  • ⚠️ Yellow → Timeouts
  • 🚫 Magenta → User-aborted process

👨‍💻 Author

Made by will and crew 👨‍💻

About

Fuzzing Websites to Find Juicy Informations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages