Convert ntlmv1 john to hashcat
#1
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:

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


Messages In This Thread
Convert ntlmv1 john to hashcat - by magere-hein - 04-20-2015, 07:03 PM
RE: Convert ntlmv1 john to hashcat - by coolbry95 - 04-21-2015, 12:45 AM
RE: Convert ntlmv1 john to hashcat - by atom - 04-24-2015, 01:29 AM