Skip to content

basedpill/urlFuzzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages