Bojak4616 / FuzzBall

HTTP Fuzzing project
2 stars 1 forks source link

Setup

pip install -r requirements.txt

Test Fuzzing string

python Fuzzer.py --dst http://localhost(OR 127.0.0.1) --fuzz http --data "testData" --port 8000

or

./Fuzzer --dst http://localhost(127.0.0.1 --fuzz http --data "testData" --port 8000