Skip to content

PML2405/Bandit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Bandit

From overthewire.org

Level 0

This level is to learn to login in to the game through the terminal.
Using this command to login ssh [email protected] -p 2220 with password:bandit0
Had to search for the file through ls command and then read it by using cat readme and then get the password mentioned for the next level i.e. Level 1 ZjLjTmM6FvvyRnrb2rfNWOZOTa6ip5If

Level 1

Since the file name is '-'. Need to read it using the following command: cat ./-
Password for level 2: 263JGJPfgU6LtdEvgfWU1XP5yac29mFx

Level 2

Spaces in the filename. Command used: cat "spaces in this filename"
Password for level3: MNk8KNH3Usiio41PRUEoDFPqfxLPlSmx

Level 3

Hidden file in the inhere directory
Command used to find hiddden files in the inhere directory after cd inhere is ls -a
then just access it using cat command
Password for level 4: 2WmrDFRmJIq3IPxneAaMGhap0pFhF3NJ

Level 4

Used reset command to clear the terminal
to find the type of file used command -> file ./*
then accessed the ascii text which is human-readable
cat ./-file07
Password for next level: 4oQYVPkxZOOEOO5pTW81FB8j8lxXGUQw

About

From overthewire.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published