http://overthewire.org/wargames/bandit/bandit8.html Bandit Level 7 → Level 8Level GoalThe password for the next level is stored in the file data.txt next to the word millionthCommands you may need to solve this levelgrep, sort, uniq, strings, base64, tr, tar, gzip, bzip2, xxd Level 7에서 Level 8로 가기 위해서는 data.txt 파일안에 있는 비밀번호를 읽어야한다. data.txt 안에 비밀번호는 'millionth' 단어 옆에 위치해 있다고 한다. 먼저 ssh에 접속한다. 파일..