Created
February 16, 2019 19:46
-
-
Save jugmac00/94288cf9db219e04bf74126921dc0c04 to your computer and use it in GitHub Desktop.
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
# 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