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?
- Host: GitHub
- URL: https://github.com/0xearl/pyfuzzer
- Owner: 0xearl
- License: gpl-3.0
- Created: 2020-01-15T16:58:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T00:54:40.000Z (about 5 years ago)
- Last Synced: 2024-04-16T05:04:34.260Z (about 2 years ago)
- Topics: directory-enumeration, fuzzer, fuzzing-wordlist, python-fuzzer, python3, tool
- Language: Python
- Size: 64.5 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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