EvilZone

Hacking and Security => Hacking and Security => : secret4all February 28, 2012, 07:03:38 PM

: Finding email user and password verification tools
: 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.
: Re: Finding email user and password verification tools
: Kulverstukas February 28, 2012, 07:25:23 PM
Write it yourself. I bet with python it would be easy.
: Re: Finding email user and password verification tools
: Satan911 February 29, 2012, 12:03:08 AM
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.
: Re: Finding email user and password verification tools
: Axon February 29, 2012, 03:44:44 AM
Most of the email lists I've seen circulating the Internet are fake. Where did you get it ?