Skip to content

Dan Vasile

InfoSec Adventures

  • Home
  • About me
  • Contact

Tag: validation

[Tool] Check if an email address is valid – the php way

In an older post we talked about checking the validity of an email address. Now let’s make a php function to automate this task. We can use this type of validation to check for example if a user is using a correct address when registering for a service.

Published July 4, 2011
Categorized as Linux, Tools, Windows Tagged dig, email, mail, mx, php, smtp, system, validation

Check if an email address is valid – the telnet way

You can use telnet to check if an email is valid. You can actually send emails via telnet, but we’ll stick to checking for now. Remember that this is not a string validation but a complete check with the mail server if the user is valid. For this example we will use [email protected]

Published July 2, 2011
Categorized as Linux, Pentest, Windows Tagged dig, email, mx, smtp, telnet, validation

Recent Posts

  • TLS, CAs, chains of trust and certificate pinning
  • Look too much into the Sun (Tzu) and you will be blinded
  • More 3D printing: fixing a broken car key
  • The revised and compressed OWASP Top 3 Web Application Vulnerabilities
  • Short URLs are Harmful for Cloud Data Sharing
Dan Vasile
Proudly powered by WordPress.