Skip to content

FuzzFindr is a robust web fuzzing and web scraper 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.

License

Notifications You must be signed in to change notification settings

phantom0004/FuzzFindr-Web-Fuzzing-Tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Overview

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.

Key Features

  • 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.

Usage

  • 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"

Program Output Example

Initial Setup image

Fuzzfindr Enumerating Directories (Verbose Enabled) image

Fuzzfindr Enumerating Directories (Verbose Disabled) image

Fuzzfindr outputting to text file (Silent Verbose) image

Contribute

FuzzFindr is open for contributions! Whether you're interested in fixing bugs, enhancing features, or improving documentation, your input is welcome.

License

FuzzFindr is released under the MIT License, all rights reserved.

About

FuzzFindr is a robust web fuzzing and web scraper 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.

Topics

Resources

License

Stars

Watchers

Forks

Languages