FuzzFindr is a robust web fuzzing tool inspired by the popular "ffuf" tool on Kali Linux. Designed to enhance web security testing, FuzzFindr allows users to meticulously fuzz web links using customizable wordlists. It stands out by providing detailed outputs and effectively handling a wide array of HTTP errors, ensuring smooth and efficient operation.
FuzzFindr is accessible to users with varying levels of technical knowledge, simplifying the setup process and enabling effective fuzzing operations. While it may not include all the advanced features of cutting-edge Linux tools, FuzzFindr covers essential functionalities, making it an invaluable resource for security professionals, students, and beginners alike.
- Detailed HTML Output: Neatly formats and displays the HTML structure of fuzzed web pages.
- Error Handling: Intelligently manages diverse HTTP errors to maintain continuous operation during tests.
- Customizable Testing: Supports extensive customization through user-defined wordlists and adjustable operational parameters.
- Clone this repository:
git clone https://github.com/yourusername/FuzzFindr-Web-Fuzzing-Tool.git
- Navigate to files:
cd FuzzFindr-Web-Fuzzing-Tool
- Install requirements:
pip install -r requirements.txt
- Program launch:
python3 fuzzfindr.py <website_link> "<wordlist_path>"
- Example launch:
python3 fuzzfindr.py https://example.com "wordlist.txt"
Fuzzfindr Enumerating Directories (Verbose Enabled)
Fuzzfindr Enumerating Directories (Verbose Disabled)
Fuzzfindr outputting to text file (Silent Verbose)
FuzzFindr is open for contributions! Whether you're interested in fixing bugs, enhancing features, or improving documentation, your input is welcome.
FuzzFindr is released under the MIT License, all rights reserved.