Created
March 12, 2017 14:47
-
-
Save pyllyukko/690e2ef7d0c0db47fec7e65d256e1e2f to your computer and use it in GitHub Desktop.
Convert OCL hashcat hash-mode 5600 (NetNTLMv2) to JtR netntlmv2
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
#!/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