This forum is in archive mode. You will not be able to post new content.

Author Topic: Finding email user and password verification tools  (Read 1922 times)

0 Members and 1 Guest are viewing this topic.

Offline secret4all

  • NULL
  • Posts: 1
  • Cookies: 0
    • View Profile
Finding email user and password verification tools
« 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.
« Last Edit: February 28, 2012, 07:04:09 PM by secret4all »

Offline Kulverstukas

  • Administrator
  • Zeus
  • *
  • Posts: 6627
  • Cookies: 542
  • Fascist dictator
    • View Profile
    • My blog
Re: Finding email user and password verification tools
« Reply #1 on: February 28, 2012, 07:25:23 PM »
Write it yourself. I bet with python it would be easy.

Offline Satan911

  • VIP
  • Knight
  • *
  • Posts: 289
  • Cookies: 25
  • Retired god/admin
    • View Profile
Re: Finding email user and password verification tools
« Reply #2 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.
Satan911
Evilzone Network Administrator

Offline Axon

  • VIP
  • King
  • *
  • Posts: 2047
  • Cookies: 319
    • View Profile
Re: Finding email user and password verification tools
« Reply #3 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 ?

 



Want to be here? Contact Ande, Factionwars or Kulverstukas on the forum or at IRC.