Salt-value exception - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Misc (https://hashcat.net/forum/forum-15.html) +--- Forum: General Talk (https://hashcat.net/forum/forum-33.html) +--- Thread: Salt-value exception (/thread-6462.html) |
Salt-value exception - xkcd3301 - 04-04-2017 Hello guys! I am trying to crack a 7zip file with hashcat. I used philsmd's 7z2hashcat.pl which gave a hash with correct syntaxes. When I loaded it into hashcat with -m 11600, I got the following error: [the hash]: Salt-value exception No hashes loaded When I checked the contents of the field, I saw that $ [length of salt] was 0, and $ [salt] was empty. I assume from the above that salt wasn't used when the compressed file was created.. Could it be that this is a problem for Hashcat? I found a similar thread, but with PDF extracted hash, but it didn't help with my problem: https://hashcat.net/forum/thread-4387-post-25014.html#pid25014 Considering the error message salt-value exception, I assume that the problem is not with the hash format or mode, but rather something to do with the salt of the hash. Any help is well appreciated! Thank You in forward! RE: Salt-value exception - philsmd - 04-04-2017 Please make sure you are using the newest version of hashcat and 7z2hashcat RE: Salt-value exception - xkcd3301 - 04-04-2017 philsmd You were right, I did indeed use hashcat 3.20, and after upgrading it to 3.40 it worked perfectly! Thank You very much for Your help! |