Skip to content

Instantly share code, notes, and snippets.

@t0-n1
Created November 2, 2021 11:55
Show Gist options
  • Select an option

  • Save t0-n1/b1a2a8254bfbf1993cb622b0d87c6efc to your computer and use it in GitHub Desktop.

Select an option

Save t0-n1/b1a2a8254bfbf1993cb622b0d87c6efc to your computer and use it in GitHub Desktop.
Get NTLM hash from password
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