Yesterday, 10:13 AM
(09-12-2025, 06:19 AM)buka Wrote: The hashes are wrong.
md5(Davey) = bef2880afad8c91c465e37387dc5a43a
md5(Davey\n) = 5965bb7474aadec148948f466568c612
Yeh, by the time I'd played around trying to get this to work I'd made and deleted several md5 files of easy-to-crack passwords but those are what I had to use as examples.
Starting again trying these hashes:
bf6efae04d1872ebb42da1601e53e20d
8bd9b031dd34e106134612f7fb400df1
ff1059dd642578a8e79f6ab0c8d766d6
dd3e4ccdcb6b73f1e5cd2c770a3560a8
which are for these passwords:
MaryJane
Password234
Dave123
hardpassword
I get this (with no output file to write to):
$ hashcat -a 0 -m 0 hashesonly.txt rockyou.txt -O
hashcat (v6.2.6) starting
OpenCL API (OpenCL 3.0 PoCL 6.0+debian Linux, None+Asserts, RELOC, SPIR-V, LLVM 18.1.8, SLEEF, DISTRO, POCL_DEBUG) - Platform #1 [The pocl project]
====================================================================================================================================================
* Device #1: cpu-ivybridge-Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz, 6784/13632 MB (2048 MB allocatable), 4MCU
Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 31
Hashes: 4 digests; 4 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1
Optimizers applied:
* Optimized-Kernel
* Zero-Byte
* Precompute-Init
* Meet-In-The-Middle
* Early-Skip
* Not-Salted
* Not-Iterated
* Single-Salt
* Raw-Hash
Watchdog: Temperature abort trigger set to 90c
Host memory required for this attack: 1 MB
Dictionary cache hit:
* Filename..: rockyou.txt
* Passwords.: 14344385
* Bytes.....: 139921507
* Keyspace..: 14344385
Approaching final keyspace - workload adjusted.
Session..........: hashcat
Status...........: Exhausted
Hash.Mode........: 0 (MD5)
Hash.Target......: hashesonly.txt
Time.Started.....: Sun Sep 14 09:04:25 2025 (4 secs)
Time.Estimated...: Sun Sep 14 09:04:29 2025 (0 secs)
Kernel.Feature...: Optimized Kernel
Guess.Base.......: File (rockyou.txt)
Guess.Queue......: 1/1 (100.00%)
Speed.#1.........: 3673.3 kH/s (0.58ms) @ Accel:1024 Loops:1 Thr:1 Vec:8
Recovered........: 0/4 (0.00%) Digests (total), 0/4 (0.00%) Digests (new)
Progress.........: 14344385/14344385 (100.00%)
Rejected.........: 3094/14344385 (0.02%)
Restore.Point....: 14344385/14344385 (100.00%)
Restore.Sub.#1...: Salt:0 Amplifier:0-1 Iteration:0-1
Candidate.Engine.: Device Generator
Candidates.#1....: $HEX[21217265626f756e642121] -> $HEX[042a0337c2a156616d6f732103]
Hardware.Mon.#1..: Temp: 69c Util: 69%
Started: Sun Sep 14 09:04:24 2025
Stopped: Sun Sep 14 09:04:30 2025
Anyone got any ideas what went wrong? Not sure I should have that '1 unique salts' line . . ?
Thanks.