wget https://github.com/brannondorsey/naive-hashcat/releases/download/data/rockyou.txt
pour hashcat il faut:
sudo apt update && sudo apt install pocl-opencl-icd
bruno@proftux:~/Works/hashcat/rockyou$ hashcat -m 0 hash_md5.txt --show
a3c6c43c72c71ed874d16ce12f8cede1:etudiant
bruno@proftux:~/Works/hashcat/rockyou$
bruno@proftux:~/Works/hashcat/rockyou$ hashcat -a 0 -m 0 hash_md5.txt rockyou.txt --force --status --status-timer=2 --potfile-disable
hashcat (v7.1.2) starting
You have enabled --force to bypass dangerous warnings and errors!
This can hide serious problems and should only be done when debugging.
Do not report hashcat issues encountered when using --force.
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 #01: cpu-haswell-13th Gen Intel(R) Core(TM) i5-13400, 14584/29168 MB (4096 MB allocatable), 16MCU
Minimum password length supported by kernel: 0
Maximum password length supported by kernel: 256
Hashes: 1 digests; 1 unique digests, 1 unique salts
Bitmaps: 16 bits, 65536 entries, 0x0000ffff mask, 262144 bytes, 5/13 rotates
Rules: 1
Optimizers applied:
* Zero-Byte
* Early-Skip
* Not-Salted
* Not-Iterated
* Single-Hash
* Single-Salt
* Raw-Hash
ATTENTION! Pure (unoptimized) backend kernels selected.
Pure kernels can crack longer passwords, but drastically reduce performance.
If you want to switch to optimized kernels, append -O to your commandline.
See the above message to find out about the exact limits.
Watchdog: Temperature abort trigger set to 90c
Host memory allocated for this attack: 516 MB (21049 MB free)
Dictionary cache hit:
* Filename..: rockyou.txt
* Passwords.: 14344384
* Bytes.....: 139921497
* Keyspace..: 14344384
a3c6c43c72c71ed874d16ce12f8cede1:etudiant
Session..........: hashcat
Status...........: Cracked
Hash.Mode........: 0 (MD5)
Hash.Target......: a3c6c43c72c71ed874d16ce12f8cede1
Time.Started.....: Mon Jun 15 16:30:12 2026, (0 secs)
Time.Estimated...: Mon Jun 15 16:30:12 2026, (0 secs)
Kernel.Feature...: Pure Kernel (password length 0-256 bytes)
Guess.Base.......: File (rockyou.txt)
Guess.Queue......: 1/1 (100.00%)
Speed.#01........: 9507.6 kH/s (0.29ms) @ Accel:1024 Loops:1 Thr:1 Vec:8
Recovered........: 1/1 (100.00%) Digests (total), 1/1 (100.00%) Digests (new)
Progress.........: 311296/14344384 (2.17%)
Rejected.........: 0/311296 (0.00%)
Restore.Point....: 294912/14344384 (2.06%)
Restore.Sub.#01..: Salt:0 Amplifier:0-1 Iteration:0-1
Candidate.Engine.: Device Generator
Candidates.#01...: redson -> desodorante
Hardware.Mon.#01.: Temp: 45c Util: 8%
Started: Mon Jun 15 16:30:10 2026
Stopped: Mon Jun 15 16:30:14 2026
bruno@proftux:~/Works/hashcat/rockyou$
