Created
June 6, 2012 20:06
-
-
Save arondeparon/2884398 to your computer and use it in GitHub Desktop.
Simple one-liner to see if your password is contained in the LinkedIn combo_not.txt fie
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo -n "yourpassword" | shasum | awk {'print $1'} | grep `cat /dev/stdin` combo_not.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment