charfweh / frontface

recon script for THM and HTB rooms/challs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“‘ FrontFace

πŸ”° Your own initial recon for pentest!


πŸ“£ About

FrontFace is a initial recon tool made for pentesting TryHackme and HackTheBox challenges.

frontface

❓ Why?

  • 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

❓ How?

To run FrontFace

chmod +x frontface.sh
./frontface.sh [IP] 

πŸ“Œ What does it do?

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

πŸ“Œ Note

It relies on the following tools:

  • Seclists for wordlists
  • Nmap
  • Gobuster
  • Full port scan is disabled by default, uncomment the code to enable it

πŸ”¨ Todo

  • Add support for smb enumeration
  • Add support for ftp enumueration

Thanks for reading, Contributions of any kind is welcomed!

About

recon script for THM and HTB rooms/challs


Languages

Language:Shell 100.0%