Level 8 → Level 9

使用上一关密码ssh连接
ssh -p 2220 bandit8@bandit.labs.overthewire.org
image
使用sort排序data.txt里面的文件,uniq -u找出只出现一次的密码
sort data.txt | uniq -u
image

posted @ 2025-12-21 00:00  大雪深埋  阅读(17)  评论(0)    收藏  举报
// 正常配置 window.cnblogsConfig = { links: {}, }; // 友链页配置 window.cnblogsConfig.links.page = [ { title: '友情链接', // 标题 icon: 'icon-lianjie', // iconfont style: 'color: #a78bfa;', links: [ { name: '2_haowen_V', // 昵称 introduction: 'IT技术类博客', // 简介 avatar: 'https://pic.cnblogs.com/face/1334215/20180504110551.png', // 头像 url: 'https://www.hehaowen.com.cn/' // 友链地址 }, ] }, ];