79 字
1 分鐘
[OverTheWire] Bandit Level 9 → Level 10
Level Goal
The password for the next level is stored in the file data.txt in one of the few human-readable strings, preceded by several ‘=’ characters.
Commands you may need to solve this level
- grep
- sort
- uniq
- strings
- base64
- tr
- tar
- gzip
- bzip2
- xxd
My Answer (Step by step)
- 連線到伺服器並登入
ssh bandit9@bandit.labs.overthewire.org -p 2220- 透過 cat 與 grep 指令,從 data.txt 檔案內容找尋 Level 10 密碼!
cat data.txt | grep -a "==" 分享
如果這篇文章對你有幫助,歡迎分享給更多人!
[OverTheWire] Bandit Level 9 → Level 10
https://m21248074.github.io/blog/posts/2025-01-23-post112216/ 部分資訊可能已經過時
相關文章 智能推薦
隨機文章 隨機推薦


