hashcat Forum
IPMI2 RAKP HMAC-SHA1, salt-length exception - Printable Version

+- hashcat Forum (https://hashcat.net/forum)
+-- Forum: Deprecated; Previous versions (https://hashcat.net/forum/forum-29.html)
+--- Forum: Old oclHashcat Support (https://hashcat.net/forum/forum-38.html)
+--- Thread: IPMI2 RAKP HMAC-SHA1, salt-length exception (/thread-4172.html)



IPMI2 RAKP HMAC-SHA1, salt-length exception - tool_man - 03-10-2015

Hello,

I'm new to hashcat/oclhashcat, but have been muddling along OK for a bit. I have some hashes I'm trying to process, dumped using Metasploit's auxiliary/scanner/ipmi/ipmi_dumphashes in both hashcat and JtR formats. The latter is grinding along on one system, but I thought I'd try them here also.

Using the -m 7300 flag to select the correct type, I get the following:

WARNING: Hashfile 'ipmi_hashcat' in line 1 (10.x.x.x Username:fc3d7a1c609f06008ac49f345fe3f871d84eeb03161fbe9aab220000ee7c00007c3900007c3400003630333235394d585131303230314e56140d41646d696e6973747261746f72:5b283dbf8174178775b64115519701a7afd73417): Salt-length exception

Any suggestions?


RE: IPMI2 RAKP HMAC-SHA1, salt-length exception - coolbry95 - 03-10-2015

Your salt is too long. There is not much you can do there.

Edit:

Philsmd pointed out to me that i was incorrect with that statement. You need to add the --username switch.


RE: IPMI2 RAKP HMAC-SHA1, salt-length exception - tool_man - 03-10-2015

(03-10-2015, 02:34 PM)coolbry95 Wrote: Your salt is too long. There is not much you can do there.

Edit:

Philsmd pointed out to me that i was incorrect with that statement. You need to add the --username switch.

Ah, gotcha thanks. I've got a different issue now, but I'll do some digging on that one. Cheers!