Level Goal

At this moment, level 34 does not exist yet.

My Answer (Step by step)

  1. 連線到伺服器並登入
ssh bandit33@bandit.labs.overthewire.org -p 2220
  1. 透過 ls 指令發現有一個 README.txt 檔案,透過 cat 指令讀取內容,得知我們已經通關!
ls -al
cat README.txt
# Congratulations on solving the last level of this game!

# At this moment, there are no more levels to play in this game. However, we are constantly working
# on new levels and will most likely expand this game with more levels soon.
# Keep an eye out for an announcement on our usual communication channels!
# In the meantime, you could play some of our other wargames.

# If you have an idea for an awesome new level, please let us know!

到此,已通關目前 Bandit 的所有關卡! 期待之後的新關卡,謝謝收看!

Update WeChall Progress

Bandit 遊玩進度可以同步至 WeChall,這裡提供步驟,當然你必須先有 WeChall 帳號 :)

  1. 登入任意 Bandit 關卡

  2. 設定以下變數,並透過 wechall 指令更新

export WECHALLUSER="使用者名稱"
export WECHALLTOKEN="使用者 Token"
wechall

Token 可至這裡取得
Bandit 進度可從這裡查看