Skip to content

SMTP

ℹ️ Informations

  • 🌐 Website: HackTheBox
  • 📚 Module: Footprinting
  • 🔗 Link: SMTP

Question

Enumerate the SMTP service and submit the banner, including its version as the answer.

📋 Walkthrough

Grab the banner using nc

nc 10.129.205.130 25

Answer

InFreight ESMTP v*.**


Question

Enumerate the SMTP service even further and find the username that exists on the system. Submit it as the answer.

📋 Walkthrough

Use the footprinting-wordlist.txt provided as Resources

smtp-user-enum -t 10.129.205.130 -w 15 -U footprinting-wordlist.txt -v

Answer

robin