How does 0xae get skipped from 0x00-0xff range in --hex-charset ?b mask???
#6
working as expected

y:\hashcat>hashcat -D1 -d1 -m9710 -a3 --hex-charset hash.txt f2ab1219?b

Session..........: hashcat
Status...........: Cracked
Hash.Mode........: 9710 (MS Office <= 2003 $0/$1, MD5 + RC4, collider #1)
Hash.Target......: $oldoffice$1*d6aabb63363188b9b73a88efb9c9152e*afbbb...eaf66d
Time.Started.....: Wed Oct 12 14:16:51 2022 (0 secs)
Time.Estimated...: Wed Oct 12 14:16:51 2022 (0 secs)
Kernel.Feature...: Optimized Kernel
Guess.Mask.......: f2ab1219?b [5]
Guess.Queue......: 1/1 (100.00%)
Speed.#1.........:  479.9 kH/s (0.09ms) @ Accel:1024 Loops:1 Thr:1 Vec:8
Recovered........: 1/1 (100.00%) Digests (total), 1/1 (100.00%) Digests (new)
Progress.........: 256/256 (100.00%)
Rejected.........: 0/256 (0.00%)
Restore.Point....: 0/256 (0.00%)
Restore.Sub.#1...: Salt:0 Amplifier:0-1 Iteration:0-1
Candidate.Engine.: Device Generator
Candidates.#1....: $HEX[f2ab121900] -> $HEX[f2ab1219ff]

i believe the problem is still the broken intel opencl GPU driver (this problem is as old as the intel integrated cpu/gpu devices) you have to stick to CPU opencl drivers (in my case i can force hashcat with options -D -d1 to use CPU)

your device
Device #1: Intel(R) UHD Graphics

try using intel opencl drivers for CPU only (you will need to deinstall the UHD graphics driver beforehand, if you just have a laptop without a separate gpu this approach will not work for you)
Reply


Messages In This Thread
RE: How does 0xae get skipped from 0x00-0xff range in --hex-charset ?b mask??? - by Snoopy - 10-12-2022, 02:29 PM