7Zip Hash, missing SALT? (Salt-value exception)
#3
Here is my command:

Code:
hashcat64.exe -a 0 -m 11600 -o "C:\Users\User\Desktop\hashcat\hashcat-4.1.0\cracked.txt" "C:\Users\User\Desktop\hashcat\out.txt"

Which gives me:

Code:
hashcat (v4.1.0-2-g8079abff) starting... * Device #2: Not a native Intel OpenCL runtime. Expect massive speed loss.             You can use --force to override, but do not report related errors. OpenCL Platform #1: Advanced Micro Devices, Inc. ================================================ * Device #1: Hawaii, 3264/4096 MB allocatable, 44MCU * Device #2: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz, skipped. Hashfile 'C:\Users\User\Desktop\hashcat\out.txt' on line 1 ($7z$1$...1b774699f4125$1059026$5d00001000): Salt-value exception No hashes loaded. Started: Mon Mar 19 12:18:07 2018 Stopped: Mon Mar 19 12:18:07 2018


I've tested this with the sample hash, and it appears to work correctly ...

Code:
hashcat64.exe -a 0 -m 11600 -o "C:\Users\User\Desktop\hashcat\hashcat-4.1.0\cracked.txt" "C:\Users\User\Desktop\hashcat\hash3.txt"


Results:

Code:
hashcat (v4.1.0-2-g8079abff) starting... * Device #2: Not a native Intel OpenCL runtime. Expect massive speed loss.             You can use --force to override, but do not report related errors. OpenCL Platform #1: Advanced Micro Devices, Inc. ================================================ * Device #1: Hawaii, 3264/4096 MB allocatable, 44MCU * Device #2: Intel(R) Core(TM) i7-3770K CPU @ 3.50GHz, skipped. Hashes: 1 digests; 1 unique digests, 1 unique salts Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates Rules: 1 Applicable optimizers: * Zero-Byte * Single-Hash * Single-Salt Minimum password length supported by kernel: 0 Maximum password length supported by kernel: 256 Watchdog: Temperature abort trigger set to 90c Starting attack in stdin mode... Session..........: hashcat Status...........: Running Hash.Type........: 7-Zip Hash.Target......: $7z$0$19$0$salt$8$f6196259a7326e3f0000000000000000$...703f96 Time.Started.....: Mon Mar 19 12:19:46 2018 (10 secs) Time.Estimated...: Mon Mar 19 12:19:56 2018 (0 secs) Guess.Base.......: Pipe Speed.Dev.#1.....:        0 H/s (0.00ms) @ Accel:64 Loops:32 Thr:256 Vec:1 Recovered........: 0/1 (0.00%) Digests, 0/1 (0.00%) Salts Progress.........: 0 Rejected.........: 0 Restore.Point....: 0 Candidates.#1....: [Copying] HWMon.Dev.#1.....: Util:  0% Core: 302MHz Mem:1250MHz Bus:16


Messages In This Thread
RE: 7Zip Hash, missing SALT? (Salt-value exception) - by level42 - 03-19-2018, 06:21 PM