- Uses a wordlist to check for url directories
- Fast and eficient
This is only a basic url fuzzer and wouldn't be practical to use.
I made it a long time ago as practice so the syntax is probably awful.
Uses CPR for the requests which can be found here
git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install cpr
Example argument: UrlFuzzer.exe -u google.com/ -d D:\UrlFuzzer\CommonDirs.txt
- char*#1337 on discord
- mayhapsDev on GitHub
Contributions, issues and feature requests are welcome!
Feel free to check
Give a ⭐️ if this project helped you!
MIT licence
- Add proxy support
- Add multithreading