Skip to content

Instantly share code, notes, and snippets.

@jugmac00
Created February 16, 2019 19:46
Show Gist options
  • Save jugmac00/94288cf9db219e04bf74126921dc0c04 to your computer and use it in GitHub Desktop.
Save jugmac00/94288cf9db219e04bf74126921dc0c04 to your computer and use it in GitHub Desktop.
# download the pwned password list from https://haveibeenpwned.com/Passwords
# (sha1 / ordered by hash)
# replace "password" with the password you want to check
time look -f $(echo -n password | sha1sum | awk '{print $1}') ordered_hashes.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment