Skip to content

bkash775/Pyffuf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Simple Python Fuzzer

This is a simple Python script for web application fuzzing, inspired by the popular tool FFuF (Fuzz Faster U Fool). It allows you to test a web application for potential vulnerabilities by sending a large number of HTTP requests with various payloads to specific URL endpoints.

Features

  • Fuzzes specific URL endpoints with payloads.
  • Displays response status codes and response lengths for each request.

Prerequisites

  • Python 3.x
  • Required Python packages (can be installed using pip):
    • requests
    • cowsay
  • Install:
    • pip install -r requirements.txt

Usage

  1. Clone this repository:

    https://github.com/bkash775/Pyffuf.git
    cd Pyffuf
    python3 ffuf.py <url>
    
    

About

A simple python tool that simulates as FFuF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages