04-20-2015, 07:03 PM
Hi everybody,
I have a ntlmv1 john the ripper format hash and I would like to run that with hashcat, but hashcat can't read the hash format.
The hash output is in the following format:
user@domain.com:$NETNTLM$b412549e207a01d2$6fb6eac4a195e3643b735c1b177d263dd2041b90478c7dc5
Now I have found the following article in the archives:
http://hashcat6.rssing.com/browser.php?i...9&item=214
But I don't really understand the following:
If somebody would be so kind to explain what this means I will be very greatfull.
Kind regards,
M-H
I have a ntlmv1 john the ripper format hash and I would like to run that with hashcat, but hashcat can't read the hash format.
The hash output is in the following format:
user@domain.com:$NETNTLM$b412549e207a01d2$6fb6eac4a195e3643b735c1b177d263dd2041b90478c7dc5
Now I have found the following article in the archives:
http://hashcat6.rssing.com/browser.php?i...9&item=214
But I don't really understand the following:
Code:
perl -ne '/(.*?):\$.*?\$(.*?)\$(.*)/; print "$1::::$3:$2\n";'
If somebody would be so kind to explain what this means I will be very greatfull.
Kind regards,
M-H