This blogpost contains the solutions of how I solved the challenges of the OverTheWire Bandit category. The purpose of this wargame is to solve the current level’s problem to find the password for the next level. I had used the basic shell commands in this. cd, cat, file, du, find, grep, sort, uniq, strings, base64, tr, tar, gzip, bzip2, xxd like that. level 0 : Using putty give level 0 password as bandit0 and using hint found the level 1 password bandit0 ->ls -> cat readme -> exit level1 pw is : boJ9jbbUNNfktd78OOpsqOltutMc3MY1 level 1: Using level 1 password loging to level 1 Using hints found level 2 password bandit 1 -> ls -> cat ./- -> exit level2 pw is :CV1DtqXWVFXTvM2F0k09SHz0YwRINYA9 level 2: Login to level 2 and go through the given hints. Using hint can found a file ,the file call spaces in thi...
Comments
Post a Comment