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.
- Fuzzes specific URL endpoints with payloads.
- Displays response status codes and response lengths for each request.
- Python 3.x
- Required Python packages (can be installed using
pip
):- requests
- cowsay
- Install:
- pip install -r requirements.txt
-
Clone this repository:
https://github.com/bkash775/Pyffuf.git cd Pyffuf python3 ffuf.py <url>