EvilZone
Hacking and Security => Hacking and Security => : secret4all February 28, 2012, 07:03:38 PM
-
I have a huge list of email and password. Anyone suggest me the tool to verify the email account and reflect password. Googled many times without success. I appreciate any kind of help.
-
Write it yourself. I bet with python it would be easy.
-
This should get you started:
import poplib
from email import parser
pop_conn = poplib.POP3_SSL('pop.gmail.com')
pop_conn.user('username')
pop_conn.pass_('password')
After these lines just check if there was an error connecting. You can do the same easily for Hotmail and probably for Yahoo too.
-
Most of the email lists I've seen circulating the Internet are fake. Where did you get it ?