Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bertrandom/voices
- Owner: bertrandom
- Created: 2012-07-12T09:18:52.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-07-12T09:24:07.000Z (over 12 years ago)
- Last Synced: 2023-04-17T14:00:30.156Z (over 1 year ago)
- Language: JavaScript
- Size: 15 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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