Hashcat doesn't load hash correctly - Printable Version +- hashcat Forum (https://hashcat.net/forum) +-- Forum: Support (https://hashcat.net/forum/forum-3.html) +--- Forum: hashcat (https://hashcat.net/forum/forum-45.html) +--- Thread: Hashcat doesn't load hash correctly (/thread-9827.html) |
Hashcat doesn't load hash correctly - genen - 01-29-2021 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 Why don't the hashes match? RE: Hashcat doesn't load hash correctly - slyexe - 01-29-2021 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. RE: Hashcat doesn't load hash correctly - genen - 01-29-2021 (01-29-2021, 05:14 PM)slyexe Wrote: https://hashcat.net/wiki/doku.php?id=example_hashes Well, I did and: Quote:hashcat -m 13600 $zip2$*A*B*C*XXXX7[yaddayadda]$/zip2 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. RE: Hashcat doesn't load hash correctly - slyexe - 01-30-2021 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 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 RE: Hashcat doesn't load hash correctly - genen - 01-30-2021 (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! RE: Hashcat doesn't load hash correctly - madurazop - 11-22-2022 I'm trying to brute force bcrypt salted password but hash cat said me that don't fine any hash RE: Hashcat doesn't load hash correctly - Snoopy - 11-22-2022 (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 RE: Hashcat doesn't load hash correctly - madurazop - 11-26-2022 Thanks for your reply, i'll try it roblox tutorials get-mobdrovip.com |