EvilZone

Hacking and Security => Hacking and Security => Topic started by: secret4all on February 28, 2012, 07:03:38 PM

Title: Finding email user and password verification tools
Post by: secret4all on 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.
Title: Re: Finding email user and password verification tools
Post by: Kulverstukas on February 28, 2012, 07:25:23 PM
Write it yourself. I bet with python it would be easy.
Title: Re: Finding email user and password verification tools
Post by: Satan911 on February 29, 2012, 12:03:08 AM
This should get you started:
Code: [Select]
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.
Title: Re: Finding email user and password verification tools
Post by: Axon on 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 ?