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
meet you in bandit4
Your comments and feedback are highly appreciated
Thank You
No comments:
Post a Comment