Skip to content

Instantly share code, notes, and snippets.

@pyllyukko
Created March 12, 2017 14:47
Show Gist options
  • Save pyllyukko/690e2ef7d0c0db47fec7e65d256e1e2f to your computer and use it in GitHub Desktop.
Save pyllyukko/690e2ef7d0c0db47fec7e65d256e1e2f to your computer and use it in GitHub Desktop.
Convert OCL hashcat hash-mode 5600 (NetNTLMv2) to JtR netntlmv2
#!/bin/sed
# https://hashcat.net/wiki/doku.php?id=example_hashes
# https://github.com/magnumripper/JohnTheRipper/blob/bleeding-jumbo/run/pass_gen.pl
s/^\(.*\)::\(.*\):\(.*\):\(.*\):\(.*\)$/\2\\\1:::\3:\4:\5::/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment