Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bertrandom/voices

Were my credentials compromised in the recent Yahoo Voices hack? lookup
https://github.com/bertrandom/voices

Last synced: 23 days ago
JSON representation

Were my credentials compromised in the recent Yahoo Voices hack? lookup

Awesome Lists containing this project

README

        

# Were my credentials compromised in the recent Yahoo Voices hack?

Script to create JSON hashes of the compromised credentials and a web page to look them up.

## Creating the hashes

First, acquire `yahoo-disclosure.txt` from whatever source you can find it.

Next, strip out everything except the raw data:

tail -453509 yahoo-disclosure.txt | head -n 453492 > emails.txt

Parse the data into JSON hash files:

php parse.php

Created by Bertrand Fan on July 7, 2012