OverTheWire - Bandit 강의목차: Level 4 → Level 5(cat과 와일드카드, file) Bandit 웹페이지 https://overthewire.org/wargames/bandit/ 1. Bandit Level 4 → 5 Level Goal The password for the next level is stored in the only human-readable file in the inhere directory. Tip: if your terminal is messed up, try the “reset” command. Commands you may need to solve this level ls , cd , cat , file , du , find 다음 레벨의 패스워드는 i..
OverTheWire - Bandit 강의목차: Level 2 → Level 3(cat과 공백문자) Bandit 웹페이지 https://overthewire.org/wargames/bandit/ 1. Bandit Level 2 → 3 Level Goal The password for the next level is stored in a file called spaces in this filename located in the home directory Commands you may need to solve this level ls , cd , cat , file , du , find Helpful Reading Material Google Search for “spaces in filename” 다음 레..
OverTheWire - Bandit 강의목차: Level 1 → Level 2(cat과 특수문자) Bandit 웹페이지 https://overthewire.org/wargames/bandit/ 1. Bandit Level 1 → 2 Level Goal The password for the next level is stored in a file called - located in the home directory Commands you may need to solve this level ls , cd , cat , file , du , find Helpful Reading Material Google Search for “dashed filename” Advanced Bash-scripting Guide..