Earlier quoted context omitted.
Hate to say it, but someone executed on this before you: http://ismycreditcardstolen.com/
I'm not worried, mine is "Social"
LeakedIn
111–120 of 194 posts
Re: LeakedIn
#112Transport layer security is a serious issue, especially for people prone to password reuse.
Re: LeakedIn
#113Earlier quoted context omitted.
You're confusing "not on the list" with "not in the hacker's possession".
Don't all the hashes listed have "c3dxxxxx" at the end. They to me, at a glance, look like a partial. Head: 00000fac2ec84586f9f5221a05c0e9acc3d2e670 0000022c7caab3ac515777b611af73afc3d2ee50 deb46f052152cfed79e3b96f51e52b82c3d2ee8e 00000dc7cc04ea056cc8162a4cbd65aec3d2f0eb 00000a2c4f4b579fc778e4910518a48ec3d2f111 b3344eaec4585720ca23b338e58449e4c3d2f628 674db9e37ace89b77401fa2bfe456144c3d2f708 Tail: 00000e585039977da2b…
It's not clear to me how the file was sorted. Anyone have any ideas?
Re: LeakedIn
#114Now there's a great idea! Provide your password to some random site purporting to check if your password's been compromised.
These people can be very very very evil.
Re: LeakedIn
#115Re: LeakedIn
#116I made something almost the same (including name!), except all check is done in browser: http://crackedin.s3-website-us-east-1.amazonaws.com/ And it's hosted on S3 so it is faster :)
I just wanted the list in an easily downloadable format so I can check offline (easily downloadable == not the rapidshare of russia, something you could wget) But I submitted the hash of my password and it's there so...
Click download, copy the URL from your browser into wget/axel/download manager. I get a solid 1mb/s from media fire.
Re: LeakedIn
#117Now there's a great idea! Provide your password to some random site purporting to check if your password's been compromised.
Even if you don't check the source code to verify that it's harmless, you should assume your password has been compromised and have already changed it anyway. This just lowers the cost of checking the list and could help us learn more about the compromise.
Re: LeakedIn
#118Re: LeakedIn
#119Earlier quoted context omitted.
Just pop a space at the beginning and it won't go into shell history.
It does for me > echo test test > history ... 6730 echo test 6731 history
HISTCONTROL=ignorespace
Or even better, though unrelated to this topic... Also get it to ignore duplicates that come next to each other. HISTCONTROL=ignoredups:ignorespaceRe: LeakedIn
#120Earlier quoted context omitted.
Or call shasum or sha1sum and input your password on stdin so your shell history doesn't contain your password in plain text.
Just pop a space at the beginning and it won't go into shell history.