John the Ripper — Cracking de mots de passe

Outils Cracking

Présentation

John the Ripper (JtR) est un cracker de mots de passe multi-format. La version jumbo supporte des centaines de formats et fournit de nombreux outils *2john pour extraire des hashes de fichiers.

Modes & usage

# Détection auto + wordlist + règles
john --wordlist=rockyou.txt --rules hash.txt

# Mode incrémental (brute force)
john --incremental hash.txt

# Format précis
john --format=sha512crypt shadow.txt

# Afficher les mots de passe cassés
john --show hash.txt

Outils *2john

zip2john secret.zip > h.txt
ssh2john id_rsa > h.txt
rar2john archive.rar > h.txt
keepass2john db.kdbx > h.txt
then: john h.txt