This C++ program automates Gobuster commands based on user input.
- Gobuster installed.
- C++ compiler (e.g.,
g++
).
make
Run the program
./gobuster_automation
Gobuster is a command-line tool that requires manual input of commands and parameters. This C++ program automates the process by providing a user-friendly interface for executing Gobuster commands.
C++