Posts

Bandit Level 8 → Level 9

Hello everyone! In this post I'll present my solution to the Bandit Level 8. Soon I'll be publishing the solution for Bandit Level 9. If you want to try it yourself before seeing the solution, here you have the URL: https://overthewire.org/wargames/bandit/ When we start we are presented with the following statement:   The password for the next level is stored in the file  data.txt  and is the only line of text that occurs only once *My solution* To enter the level, one must do the command:            $ ssh -p 2220 -l bandit8 bandit.labs.overthewire.org      With the password, which is the flag from the previous level.     And we are in!       Once inside lets see the home (~) folder's content with the command:      ~$ ls      And the file data.txt appeared. In order to see the file's content we could do the cat command:   ...

Bandit Level 7 → Level 8

Image
Hello everyone! In this post I'll present my solution to the Bandit Level 7. Soon I'll be publishing the solution for Bandit Level 8. If you want to try it yourself before seeing the solution, here you have the URL: https://overthewire.org/wargames/bandit/ When we start we are presented with the following statement:   The password for the next level is stored in the file  data.txt  next to the word  millionth *My solution* To enter the level, one must do the command:            $ ssh -p 2220 -l bandit7 bandit.labs.overthewire.org      With the password, which is the flag from the previous level.     And we are in!       Once inside lets see the home (~) folder's content with the command:      ~$ ls      And the file data.txt appeared. In order to see the file's content we could do the cat command:      ~$ cat...

Bandit Level 6 → Level 7

Hello everyone! In this post I'll present my solution to the Bandit Level 6. Soon I'll be publishing the solution for Bandit Level 7. If you want to try it yourself before seeing the solution, here you have the URL: https://overthewire.org/wargames/bandit/ When we start we are presented with the following statement:   The password for the next level is stored  somewhere on the server  and has all of the following properties: owned by user bandit7 owned by group bandit6 33 bytes in size *My solution* To enter the level, one must do the command:            $ ssh -p 2220 -l bandit6 bandit.labs.overthewire.org      With the password, which is the flag from the previous level.     And we are in!       Once inside lets see the home (~) folder's content with the command:      ~$ ls      And nothing appeared We know from the challeng...

Project

Project

Post

Post