Dump Scraper
#1
As you already know, Internet is full of passwords (plain and hashed ones): when a leak occurs, usually it's posted to PasteBin.
The pace of these dumps is so high that it's not humanly possible to collect them all, so we have to rely on a bot, scraping PasteBin site for interesting filea.

Dump Monitor will exactly do this: every time some leaked information are posted on PasteBin, he will tweet the link.

Sadly Dump Monitor is not very efficient: inside its tweets you will find a lot of "false positives" (debug data, log files, Antivirus scan results) or stuff we're not interested into (RSA private keys, API keys, list of email addresses).

Moreover, once you have the raw data you need to extract such information and remove all the garbage.

That's the reason why Dump Scraper was born: inside this repository you will find several scripts to fetch the latest tweets from Dump Monitor, analyze them (discarding useless files) and extract the hashes or the passwords.

https://github.com/tampe125/dump-scraper/releases

Please remember to read the wiki before continuing:
https://github.com/tampe125/dump-scraper/wiki

Finally, this is a super-alpha release, so things may be broken or not working as expected. Moreover, I know it's a kind of "hackish": a single program with a GUI would be 100 times better. Sadly I'm running out of time and I don't know anything about Python GUI development: if anyone wants to contribute, it would be more than welcome!

Please leave here your thoughts and opinions.


Messages In This Thread
Dump Scraper - by vladimir125 - 03-19-2015, 11:22 AM
RE: Dump Scraper - by atom - 03-19-2015, 12:13 PM
RE: Dump Scraper - by Si2006 - 03-19-2015, 08:52 PM
RE: Dump Scraper - by vladimir125 - 03-19-2015, 08:56 PM
RE: Dump Scraper - by Si2006 - 03-19-2015, 09:01 PM
RE: Dump Scraper - by Si2006 - 03-19-2015, 09:31 PM
RE: Dump Scraper - by vladimir125 - 03-19-2015, 09:40 PM
RE: Dump Scraper - by winxp5421 - 03-20-2015, 01:17 PM
RE: Dump Scraper - by vladimir125 - 03-20-2015, 01:20 PM
RE: Dump Scraper - by winxp5421 - 03-20-2015, 07:06 PM
RE: Dump Scraper - by vladimir125 - 03-20-2015, 11:36 PM
RE: Dump Scraper - by winxp5421 - 03-21-2015, 12:38 AM
RE: Dump Scraper - by kartan - 03-21-2015, 04:48 AM
RE: Dump Scraper - by vladimir125 - 03-21-2015, 12:00 PM
RE: Dump Scraper - by kartan - 03-21-2015, 05:03 PM
RE: Dump Scraper - by kartan - 03-21-2015, 06:15 PM
RE: Dump Scraper - by vladimir125 - 04-02-2015, 08:36 AM
RE: Dump Scraper - by dermoeter - 04-02-2015, 06:35 PM
RE: Dump Scraper - by lynx - 06-27-2015, 07:22 PM
RE: Dump Scraper - by coolbry95 - 06-27-2015, 07:51 PM
RE: Dump Scraper - by vladimir125 - 06-27-2015, 08:02 PM
RE: Dump Scraper - by vladimir125 - 08-27-2015, 09:09 AM
RE: Dump Scraper - by BigDidge - 10-05-2016, 12:20 AM