SMTP Penetration Testing
BlogAuthorDiscordHTB Pro Labs
  • Introduction
  • SMTP Hacking Tools
  • 1️⃣SMTP Introduction
    • Page 1
  • 2️⃣Enumeration
    • Nmap
    • MsfConsole
    • smtp user enum
    • Netcat
  • 3️⃣SMTP Exploitation
    • MsfConsole Modules
  • 4️⃣SMTP Vulnerabilities
    • Page
    • Page 2
  • 5️⃣SMTP Attacks
    • Email Spoofing
Powered by GitBook
On this page

Was this helpful?

  1. Enumeration

smtp user enum

smtp-user-enum -M VRFY -U /root/sectools/SecLists/Usernames/Names/names.txt -t 10.11.1.111
smtp-user-enum -M VRFY -U list.txt -t 10.129.172.83
PreviousMsfConsoleNextNetcat

Last updated 1 year ago

Was this helpful?

2️⃣