OverTheWire Level 0 -> Level 1解题过程

 

级别:Bandit Level 0 → Level 1

目标:Level Goal

The password for the next level is stored in a file called readme located in the home directory. Use this password to log into bandit1 using SSH. Whenever you find a password for a level, use SSH (on port 2220) to log into that level and continue the game.

下一级的密码存储在主目录中名为 readme 的文件中。 使用此密码通过 SSH 登录到 bandit1。 每当找到关卡的密码时,使用 SSH(在端口 2220 上)登录该关卡并继续游戏。

允许使用命令:Commands you may need to solve this level

ls, cd, cat, file, du, find

解题过程:

bandit0@bandit:~$ ls
readme
bandit0@bandit:~$ cat readme
boJ9jbbUNNfktd78OOpsqOltutMc3MY1
bandit0@bandit:~$

 

posted @ 2022-06-04 11:37  Jason_huawen  阅读(116)  评论(0编辑  收藏  举报