Hi,
I've been reading a bunch of posts speaking about this and I don't know if there has been a change in the format that a MSCHAPv2 must be provided to hashcat but I'm getting errors when importing a challenge response.
In this example:
supposedly the format to pass hashcat should be
But when I try to run that through hashcat I get:
What is it wrong in here?
Thank you
I've been reading a bunch of posts speaking about this and I don't know if there has been a change in the format that a MSCHAPv2 must be provided to hashcat but I'm getting errors when importing a challenge response.
In this example:
Quote:username: bob
challenge: a4:15:00:1c:d5:90:0a:32
response: 63:2e:80:34:15:16:2e:36:65:22:63:79:9f:8e:8a:1c:05:a6:bc:4d:0e:cf:5d:72
john NETNTLM: bob:$NETNTLM$a415001cd5900a32$632e803415162e36652263799f8e8a1c05a6bc4d0ecf5d72
supposedly the format to pass hashcat should be
Quote:$username::::$response:$challenge
bob::::632e803415162e36652263799f8e8a1c05a6bc4d0ecf5d72:a415001cd5900a32
But when I try to run that through hashcat I get:
Quote:C:\hashcat-4.0.0>hashcat64.exe -m 5600 bob::::632e803415162e36652263799f8e8a1c05a6bc4d0ecf5d72:a415001cd5900a32
hashcat (v4.0.0) starting...
OpenCL Platform #1: NVIDIA Corporation
======================================
* Device #1: Quadro M1000M, 512/2048 MB allocatable, 4MCU
OpenCL Platform #2: Intel(R) Corporation
========================================
* Device #2: Intel(R) HD Graphics 530, skipped.
* Device #3: Intel(R) Core(TM) i7-6820HQ CPU @ 2.70GHz, skipped.
Hash 'bob::::632e803415162e36652263799f8e8a1c05a6bc4d0ecf5d72:a415001cd5900a32': Salt-length exception
No hashes loaded.
Started: Fri Nov 03 15:16:09 2017
Stopped: Fri Nov 03 15:16:11 2017
What is it wrong in here?
Thank you