[go: up one dir, main page]

Skip to content

charfweh/frontface

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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