OSCP Project: Bash scripting tool that allows to automate in a simple way the exploitation phase through a menu that allows the execution of the tools Metasploit, Dirbuster, Nmap and Netcat.
Displays a menu with the following options:
- Metasploit (Starts msfconsole)
- Dirbuster (Starts dirbuster)
- Nmap (Allows to choose between different types of scans and requests user data for IP address, port, etc.)
- Offer Shell via Netcat on a port (Ask the user on which port he wants to give the shell on the machine)
- Connect to a remote shell via Netcat (Ask the user for the remote IP address and port where NC should connect)
- Exit (Close the script)