Token length exception 7-zip
#1
I'm trying to recover a 7-zip password. I used 7z2hashcat (https://github.com/philsmd/7z2hashcat) to generate the hash, it looks like this but single line, separated by $:

   7z
   2
   19
   0
   
   16
   18f214bcd2a647bfc022173447eef146
   3916482981
   13120
   13120
   bunch of characters
   12453
   18

I can see the hash follows the 11600 pattern. I then try to run hashcat as follows:

   .\hashcat.exe -O -m 11600 .\my_hash_file.hash

And I get and token length exception error. I'm sure this is a common issue but I've been looking for a solution online for a couple hours and cannot find one. Any help is appreciated. 
7z2hashcat7z2hashcat(https://github.com/philsmd/7z2hashcat)
7z2hashcat
Reply


Messages In This Thread
Token length exception 7-zip - by ggilmann - 7 hours ago