Hashcat doesn't load hash correctly
#1
Hello, I am very new to Hashcat and I'm trying to crack a .zip file password.

The problem is, the hash doesn't seem to load properly.

Quote: hashcat -m 13600 weed.zip/weed/www/index.html:$zip2$*0*X*0*XXXX7[cut for length]*$/zip2$:weed/www/index.html:weed.zip:weed.zip     

hashcat (v6.1.1) starting...

Hash 'weed.zip/weed/www/index.html:0*X*0*XXXX7[cut for length]$/zip2$:weed/www/index.html:weed.zip:weed.zip': Separator unmatched                                                                                             
No hashes loaded.

Why don't the hashes match?
Reply
#2
https://hashcat.net/wiki/doku.php?id=example_hashes

Follow the example hash for the mode you're using. You have to modify your current hash to not include the filename and extras.
Reply
#3
(01-29-2021, 05:14 PM)slyexe Wrote: https://hashcat.net/wiki/doku.php?id=example_hashes

Follow the example hash for the mode you're using. You have to modify your current hash to not include the filename and extras.

Well, I did and:

Quote:hashcat -m 13600 $zip2$*A*B*C*XXXX7[yaddayadda]$/zip2

hashcat (v6.1.1) starting...

Hash 'A*B*C*XXXX7[yaddayadda]$/zip2': Separator unmatched
No hashes loaded.

There's supposed to be a "$zip2$" at the beggining of that hash, but nothing! Why?

Edit: I even tried the example hash from that site. Same problem.
Reply
#4
What OS are you using? Characters in terminal such as $ or / can have different purposes. Try putting it in a text file and see if that helps. 

Windows 10-64bit no issues here:

Code:
hashcat.exe -m 13600 -d 2 -a 3 $zip2$*0*3*0*e3222d3b65b5a2785b192d31e39ff9de*1320*e*19648c3e063c82a9ad3ef08ed833*3135c79ecb86cd6f48fc*$/zip2$ ha?l?l?l?l?l

pause

This is default example hash with password hashcat

Status...........: Running
Hash.Name........: WinZip
Hash.Target......: $zip2$*0*3*0*e3222d3b65b5a2785b192d31e39ff9de*1320*.../zip2$
Time.Started.....: Fri Jan 29 17:53:07 2021 (47 secs)
Time.Estimated...: Fri Jan 29 17:53:54 2021 (0 secs
Guess.Mask.......: ha?l?l?l?l?l [7]
Guess.Queue......: 1/1 (100.00%)
Speed.#2.........:        0 H/s (0.00ms) @ Accel:1 Loops:999 Thr:1024 Vec:1
Recovered........: 0/1 (0.00%) Digests
Progress.........: 0/11881376 (0.00%)
Rejected.........: 0/0 (0.00%)
Restore.Point....: 0/11881376 (0.00%)
Restore.Sub.#2...: Salt:0 Amplifier:0-0 Iteration:0-999
Candidates.#2....: [Generating]
Hardware.Mon.#2..: Temp: 35c Fan: 50% Util:  1% Core:1455MHz Mem:7800MHz Bus:16     
                                   $zip2$*0*3*0*e3222d3b65b5a2785b192d31e39ff9de*1320*e*19648c3e063c82a9ad3ef08ed833*3135c79ecb86cd6f48fc*$/zip2$:hashcat
Reply
#5
(01-30-2021, 01:54 AM)slyexe Wrote: What OS are you using? Characters in terminal such as $ or / can have different purposes. Try putting it in a text file and see if that helps. 

I was using The-Distribution-Which-Does-Not-Handle-OpenCL-Well (Kali) Linux on a VM, but I changed to Windows and it worked. Thank you!
Reply
#6
I'm trying to brute force bcrypt salted password but hash cat said me that don't fine any hash
Reply
#7
(11-22-2022, 09:56 AM)madurazop Wrote: I'm trying to brute force bcrypt salted password but hash cat said me that don't fine any hash

first try cracking a known password, like the examples, if that works, switch to your real hash

put the hash inside a textfile as most CLI are not so happy with special chars like $ without escaping them
Reply
#8
Thanks for your reply, i'll try it  roblox tutorials get-mobdrovip.com
Reply