View Single Post
Tuổi 22-03-2010, 09:17 AM   #1
hoctinhoc
Guest
 
Trả Lời: n/a
Sử dụng John the Ripper để crack password linux
Sử dụng John the Ripper để crack password linux


John the Ripper là một công cụ khá phổ biến sử dụng để crack password trên hệ thống linux

Cài đặt John the Ripper

Mã:
 $ sudo apt-get install john
Note: RHEL, CentOS, Fedora, Redhat Linux user can grab john the ripper here. Once downloaded use rpm command:


Mã:
# rpm -ivh john*
Sử dụng John the ripper để crack password không phức tạp



command under Debian / Ubuntu Linux:


Mã:
$ sudo /usr/sbin/unshadow /etc/passwd /etc/shadow >  /tmp/crack.password.db
RHEL / CentOS / Fedora Linux user type the following command:


Mã:
# /usr/bin/unshadow /etc/passwd /etc/shadow >  /tmp/crack.password.db

WARNING! These examples uses brute-force ~ CPU-time consuming password cracking techniques.




Mã:
$ john /tmp/crack.password.db
Output:


Mã:
  john  /tmp/crack.password.db
Loaded 1 password (FreeBSD MD5 [32/32])
Xem password bị crack



Mã:
$ john -show /tmp/crack.password.db 
 test:123456:1002:1002:test,,,:/home/test:/bin/bash
didi:abc123:1003:1003::/home/didi:/usr/bin/rssh

2 passwords cracked, 1 left
Related:






Chúc các bạn thành công
  Trả lời ngay kèm theo trích dẫn này