Friday, July 15, 2022

Bandit3



 

bandit level 3

ssh server: bandit.labs.overthewire.org port 2220

username: bandit3

password: UmHadQclWmgdLOKQ3YNgjWxGoRMb5luK


ssh server connection, next the normal ls -al to list directory contents


obviously that there is something in the inhere directory, cd to the inhere.


 then if we tried to list its contents with the "ls" command without any extra arguments it will return nothing, but with the "-al" argument it shows a file named ".hidden" we should not neglect the "." in the beginning of the filename.
in Linux systems files are hided by adding that "." at the beginning of its name, now 

$ cat .hidden 


it prints out the next challenge bandit4 password
meet you in bandit4

Your comments and feedback are highly appreciated

Thank You

No comments:

Post a Comment

Bandit26

  Bandit26 bandit level26 ssh server: bandit.labs.overthewire.org port 2220 username:  bandit26 password:  c7GvcKlw9mC7aUQaPx7nwFstuAIBw1o1 ...