- on development
- Build the binary:
go build -o <binaryname>
- If, build is done, Exec the binary using:
./<binaryname> fuzzzz -t https://<target>.com -w <wordlist>.txt
- feature to export fuzzing to csv or text
- improve concurrency
- mechanism caching when scanning?
- mechanism for filter http status when scanning
- rotate proxy
- add delay per req
- support other wordlist extension
- Migrate from ordinary cli to cobra cli (DONE)
-
This repository was created for learning and security research purposes. Use this tool if you done to make Agreement/Permission to Stakeholders.
-
I am not responsible for any misuse of this tool. DWYOR!