jan 21 2008

John The Ripper et md5 ?

Publié par admin at 22:55 dans Sécurité

Il y a peu temps je cherchais à faire fonctionner John The Ripper avec l’md5 (et pas en format FreeBSD). Je n’avais alors pas trouvé grand chose mais voici que je tombe peu de temps après sur cette page :
http://planet-websecurity.org/Teaching+John+The+Ripper+how+to+Crack+MD5+Hashes/

Voici donc le récapitulatif des commandes à exécuter sous linux pour tester vos md5 avec John The Ripper :

> mkdir john > cd john > wget http://www.openwall.com/john/f/john-1.7.2.tar.bz2 > bunzip2 john-1.7.2.tar.bz2 > tar -xvf john-1.7.2.tar

> cd john-1.7.2 > wget ftp://ftp.openwall.com/pub/projects/john/contrib/john-1.7-rawmd5-ipb2-4.diff.gz

> gzip -d john-1.7-rawmd5-ipb2-4.diff.gz > patch -p1 < john-1.7-rawmd5-ipb2-4.diff

> cd src > make > make clean linux-x86-sse2

> cd ../src/ > ./john –test

Note

Une réponse à “John The Ripper et md5 ?”

  1. farwarxle 20 juin 2008 à 17:40

    Un grand merci à toi pour ce post!
    Pas beaucoup d’info sur le net sur ce sujet.

    Avant dernière commande, tu t’es trompé, mais on le voit vite ;)
    > cd ../run/

Trackback URI | Commentaires RSS

Laisser une réponse