About
The flag06 account credentials came from a legacy unix system.
Nebula
思路
题目提示“legacy unix system”,即可破用户密码。
cat /etc/passwd | grep flag06
得到
sudo apt install john
vim flag06pass
flag06:ueqwOCnSGdsuM:993:993::/home/flag06:/bin/sh
john flag06pass
得到flag06的密码明文hello
su - flag06
hello
cat flag
本文介绍了一种针对遗留Unix系统的账户密码破解方法。通过分析/etc/passwd文件找到flag06用户信息,并利用John the Ripper工具成功破解了flag06用户的密码。
1099

被折叠的 条评论
为什么被折叠?



