使用上一关的密码ssh连接
ssh -p 2220 bandit6@bandit.labs.overthewire.org

使用find
find / -type f -user bandit7 -group bandit6 -size 33c

看到一个黄色的文件,cat该文件获得密码

深耕网站建设、视觉设计与SEO优化的一线实战洞察。
使用上一关的密码ssh连接
ssh -p 2220 bandit6@bandit.labs.overthewire.org

使用find
find / -type f -user bandit7 -group bandit6 -size 33c

看到一个黄色的文件,cat该文件获得密码
