krooth

krooth

Bandit Level 1 -> 2

Hyphens? Bandit Level 2: The password for the next level is stored in a file called – located in the home directory Commands we may need to solve this level: ls , cd , cat , file , du , find Solution…

Bandit Level 0 -> 1

Sshhh, it’s SSH? Bandit Level 1: The goal of this level is for you to log into the game using SSH. The host to which you need to connect is bandit.labs.overthewire.org, on port 2220. The username is bandit0 and the password is bandit0. Once…

Man Pages

For the love of Tux, RTFM!! What are man pages in Linux? Man Page stands for manual page, in Unix and Linux operating systems, it simply a built-in manual for commands and utilities that we run, it provides command description…