FrontFace is a initial recon tool made for pentesting TryHackme and HackTheBox challenges.
- It saves time
- Get rid of repetitive commands by automating it
- Organized, so you can eyeball stuff
- Customizable, throw in full port scan, change the wordlist and more
To run FrontFace
chmod +x frontface.sh
./frontface.sh [IP]
- It runs nmap to scan for open ports
- Runs service and version enumeration against those open ports
- If there's http service, runs gobuster
- Cats out the results
- Cheers you up!
It relies on the following tools:
- Seclists for wordlists
- Nmap
- Gobuster
- Full port scan is disabled by default, uncomment the code to enable it
- Add support for smb enumeration
- Add support for ftp enumueration
Thanks for reading, Contributions of any kind is welcomed!