Skip to main content
Solved

Question of the day 10/09, Cybersecurity Edition


marcofabbri
Forum|alt.badge.img+13

Day 9

What is the command that enumerate email addresses present on a SMTP server?

  • HASH
  • VRFY
  • READ
  • EXPN
  • RCPT TO

Best answer by marcofabbri

This one was tricky. Correct answer was EXPN, VRFY and RCPT TO πŸ˜‹

All three commands are good to enumeration email addresses on a SMTP server.

Here’s an example:
 

VRFY command, and EXPN is very similar.
RCPT TO command

 

View original
Did this topic help you find an answer to your question?

7 comments

dips
Forum|alt.badge.img+7
  • Veeam Legend
  • 808 comments
  • September 12, 2022

VERIFY or should that be VRFY πŸ˜‰


marcofabbri
Forum|alt.badge.img+13
  • Author
  • On the path to Greatness
  • 990 comments
  • September 12, 2022
dips wrote:

VERIFY or should that be VRFY πŸ˜‰

Thanks, corrected. Monday morning...


dips
Forum|alt.badge.img+7
  • Veeam Legend
  • 808 comments
  • September 12, 2022

I know the feeling. Just need that coffee


Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • 8512 comments
  • September 12, 2022

RCPT TO


JMeixner
Forum|alt.badge.img+17
  • On the path to Greatness
  • 2650 comments
  • September 12, 2022

VRFY

But this command can be a security problem, because you can extract valid email addresses and use them for further attacks against server and try them as login names…. You cannot disable it completely because the RFC requests it. You can configure it that it gives no real information instead….


Chris.Childerhose
Forum|alt.badge.img+21
  • Veeam Legend, Veeam Vanguard
  • 8512 comments
  • September 12, 2022
Chris.Childerhose wrote:

RCPT TO

Correction - should be VRFY πŸ˜‚


marcofabbri
Forum|alt.badge.img+13
  • Author
  • On the path to Greatness
  • 990 comments
  • Answer
  • September 13, 2022

This one was tricky. Correct answer was EXPN, VRFY and RCPT TO πŸ˜‹

All three commands are good to enumeration email addresses on a SMTP server.

Here’s an example:
 

VRFY command, and EXPN is very similar.
RCPT TO command