An open API service indexing awesome lists of open source software.

https://github.com/0xearl/pyfuzzer

A Python Fuzzer I Made My Own Way I Guess?
https://github.com/0xearl/pyfuzzer

directory-enumeration fuzzer fuzzing-wordlist python-fuzzer python3 tool

Last synced: about 1 year ago
JSON representation

A Python Fuzzer I Made My Own Way I Guess?

Awesome Lists containing this project

README

          

# PyFuzzer
A Python Directory-Enumeration I Made My Own Way I Guess?

To Run This Script One Must Have Brain

## Installation



git clone https://github.com/0xearl/pyfuzzer.git

cd pyfuzzer

pip install -r requirements.txt

or
pip3 install -r requirements.txt


## Usage



python pyfuzzer.py -h


### or


python3 pyfuzzer.py -h


## To do
* Async
* Improve Ui
* Improve Script Algorithm