Skip to content

Instantly share code, notes, and snippets.

@arondeparon
Created June 6, 2012 20:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arondeparon/2884398 to your computer and use it in GitHub Desktop.
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
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