常用办公软件密码破解工具

office密码破解(文件已存网盘)
john-1.8.0-jumbo-1.tar

ZIP 压缩文件密码破解
Fcrackzip
kali上没有装要apt安装
apt install fcrackzip

rarcrack对rar文件密码破解
rarcrack默认没装
apt install rarcrack

用john获取linux用户名和密码
先合并账号密码文件
unshadow /etc/passwd /etc/shadow > test_passwd.txt
再用john
john test_passwd.txt
john --show test_passwd.txt

你可能感兴趣的:(网络安全,服务器,linux,运维)