Wargame Bandit Answer
Wargames bandit
Level 0
- · I have chosen a tool for remote login. Its putty.
- · Enter the host name : “bandit.labs.overthewire.org”, password and user name : bandit0 and password0 in the putty.
Level 0 to 1
· Then use the ls-a command and check
the files of present working directory.
· Use to cat command to view the
readme file and get the password for login to the level1.
· Password is :
boJ9jbbUNNfktd78OOpsqOltutMc3MY1
Level 1 to 2
· Login to the level 2 by using
password from you got previous level “boJ9jbbUNNfktd78OOpsqOltutMc3MY1”
· Writ the ls command and view the file
list of present working directory
· then write the command cat ./- to view
the dash file. And get the password for nextlevel : CV1DtqXWVFXTvM2F0k09SHz0YwRINYA9
Level 2 to 3
· Use to ls command and get file called ass "spaces in this filename". that has space between two words in the file name so we should use to forward slash between the space to get the
password : UmHadQclWmgdLOKQ3YNgjWxGoRMb5luK
Level 3 to 4
- Use to cd command for change the present working directory from home to in to the inhere directory. then write the ls –a command and get ".hidden" file then use to cat .hidden to find the password.
- password: “pIwrPrtPN36QITSp3EQaw936yaFoFgAB”
Level 4 to 5
- use the file command and find human readable file.
- normally dash with word or latter has some specific operation in unix but in this case we have dash with filename. we should neutralize this dash so would add this key" ./- " for neutralize.
- pass word is : koReBOKuIDDepwhWk7jZC0RTdopnAYKh
level 5 to 6
- use find command with size key word and get the file.
password is : DXjZPULLxYr17uwoI01bNLQbtFemEgo7
level 6 to 7
- this one also like previous one.
- password is : HKBPTKQnIay4Fw76bEy8PVxKEDQRKTzs
level 7 to 8
- use to grep command for find the "miillionth".
level 8 to 9
· sort the data and get the unique file
and by using cat data.txt | sort | uniq
–u and get the password for next level
“UsvVyFSfZZWbi6wgC7dAFyFuR6jQQUhR”
Note: there are so many
function in uniq command that’s we should use to –u
Level 9 to
10
· password into the data.txt that be
human readable string format that why we should use string command and get
password : truKLdjsbJ5g7yyJ2X2R0o3a5HQJFuLk
Level 10 to
11
· pass word base on base 64 format also
its encrypted that’s why we should use below command
· The password is
IFukwKGsFW8MOq3IRFqrxE1hxTNEbUPR
Level 11 to
12
· We need to use tr command for
Translate the character and get the password “5Te8Y4drgCRfCx8ugdwuEX8KFC6k2EUu”
Comments
Post a Comment