Home Bandit [Level 1] - Overthewire
Post
Cancel

Bandit [Level 1] - Overthewire

ssh bandit1@bandit.labs.overthewire.org -p 2220
bandit password: NH2SXQwcBdpmTEzi3bvBHMM9H66vVXjL

1
2
3
4
ls -la

output ==>
- # this is folder ?

This type of approach has a lot of misunderstanding because using - as an argument refers to STDIN/STDOUT i.e dev/stdin or dev/stdout . So if you want to open this type of file you have to specify the full location of the file such as ./- .For eg. , if you want to see what is in that file use cat ./-

1
cat < -

==> CTF: { rRGizSaX8Mk1RTb1CNQoXTcYZWU6lgzi }

This post is licensed under CC BY 4.0 by the author.

Comments powered by Disqus.

Bandit [Level 0] - Overthewire

Bandit [Level 2] - Overthewire