Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.25 KB

README.md

File metadata and controls

54 lines (34 loc) · 1.25 KB

C++ Url Fuzzer 💻

Swagger Validator GitHub last commit

✨ Overview ✨

  • 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.

Prerequisites

Uses CPR for the requests which can be found here

CPR can be downloaded using vcpkg like so:

git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install cpr

Demo 🎥

Example argument: UrlFuzzer.exe -u google.com/ -d D:\UrlFuzzer\CommonDirs.txt

Gif Demo

Demonstration

Author

  • char*#1337 on discord
  • mayhapsDev on GitHub

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check

Show your support

Give a ⭐️ if this project helped you!

Licence

MIT licence

To-Do

  • Add proxy support
  • Add multithreading