咨询热线:4006-75-4006

售前:9:00-23:30    备案:9:00-18:00    技术:7*24h

Linux安装John the Ripper

2016-12-20 21:52:19 12399次

John the Ripper(简称JOHN)是一个工具软件,用于在已知密文的情况下尝试破解出明文的破解密码软件。测试系统中是否存在弱口令,及时修改提升系统安全。

wget http://www.landui.com/john/j/john-1.8.0.tar.xz
tar xf john-1.8.0.tar.gz
cd john-1.8.0/src/
make 
make clean linux-x86-64

12.png

13.png

测试一下,切换到软件包的run目录下

./john -single /etc/shadow

11.png

上述命令中发现系统存在一个cool用户,其用户名和密码均为cool。




首页
最新活动
个人中心