Automated Web-Based Email/Pass Checker 02-16-2012, 04:26 PM
#1
I found this on another forum so I can't take credit but I did test it and it seems to work:
Quote:So I needed to check a bunch of email/pass combos to see if they were valid. I got tired of going to each website for the respective email provider through TOR (which is slow to begin with), checking the email/pass, then clearing my cookies and doing the same thing for the next account. Solution: I automated the process with PHP and CURL and threw the scripts up on a hosting account I "acquired". At first I was going to keep it to myself but I've now decided to share it.
The checker supports the following email types:
Code:yahoo.com ymail.com rocketmail.com sbcglobal.net googlemail.com gmail.com hotmail.com live.com msn.com aol.com it will also test all .edu addresses with google accounts since many universities use that now
Don't worry about filtering unsupported account types. It will skip them automatically. I might add certain account types if you request; it depends how common they are.
You must provide your email/pass list in a tab delimited format without quotes. For example:
Code:test1@email.com password1 test2@email.com password2
I've added a 25 consecutive account limit and a captcha to prevent abuse. You can still test as many accounts as you want; just not more than 25 at a time. I hope this doesn't piss anybody off too badly.
You can access the checker here:
*Snip*
![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)
