Created
November 2, 2021 11:55
-
-
Save t0-n1/b1a2a8254bfbf1993cb622b0d87c6efc to your computer and use it in GitHub Desktop.
Get NTLM hash from password
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
| password='Passw0rd!' | |
| echo -n $password | iconv -f ascii -t utf-16le | openssl dgst -md4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment