Hits : 2208

John the Ripper password cracker


Mini How To 




Info


John the Ripper


John the Ripper is a fast password cracker


To πρόγραμμα John the Ripper αποτελεί μία από τις καλύτερες και πιο δημοφιλής
λύσεις για να "σπάμε" κωδικούς ή καλύτερα για να ελέγχουμε την ακεραιότητα των
κωδικών σε ένα σύστημα.


top



Very Simple Example


# grep "username" /etc/passwd > my.passwd
# grep "username" /etc/shadow >> my.passwd
# ./john my.passwd

The result :


Loaded 1 password hash (FreeBSD MD5 [32/32])
123456           (username)
guesses: 1  time: 0:00:00:00 100% (2)  c/s: 4176  trying: 123456

top