Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: Verifying E-Mail Addresses |
|---|---|
| Date: | Tue, 24 Oct 2006 15:42:22 -0700 |
On Tue, Oct 24, 2006 at 05:02:32PM -0400, Mister Dookie wrote:
Hello list, Is there a way to verify that an e-mail address (e.g."johnsmith@company.com") is valid and exists or does not exist (is a fake e-mail address) without actually sending a message to that address and awaiting the response?
At least with SMTP, there is the VRFY command. However, this is
oftentimes turned off or configured to always return true. Worth
a shot, however.
For example, with postfix's disable_vrfy_command turned off:
$ telnet spoofed.org 25
Trying a.b.c.d..
Connected to spoofed.org.
Escape character is '^]'.
220 mail.spoofed.org ESMTP
vrfy root
252 2.0.0 root
vrfy warchild
252 2.0.0 warchild
vrfy blahblah
550 5.1.1 <blahblah>: Recipient address rejected: User unknown in local
recipient table
-jon
---------------------------------------------------------------------------
This list is sponsored by: Norwich University
EARN A MASTER OF SCIENCE IN INFORMATION ASSURANCE - ONLINE
The NSA has designated Norwich University a center of Academic Excellence
in Information Security. Our program offers unparalleled Infosec management
education and the case study affords you unmatched consulting experience.
Using interactive e-Learning technology, you can earn this esteemed degree,
without disrupting your career or home life.
http://www.msia.norwich.edu/secfocus
---------------------------------------------------------------------------
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: Verifying E-Mail Addresses, Shane Warner |
|---|---|
| Next by Date: | RE: Verifying E-Mail Addresses, Krpata, Tyler |
| Previous by Thread: | RE: Verifying E-Mail Addresses, Oyesanya, Femi |
| Next by Thread: | Re: Verifying E-Mail Addresses, Martin Knafve |
| Indexes: | [Date] [Thread] [Top] [All Lists] |