IT and security stuff

OverTheWire – Bandit series – Bandit0 to Bandit5

OverTheWire offers different levels of training into Linux and InfoSec. In this series, I will go through the Bandit path which is a good way to practice Linux basics.

You can also watch this writeup as a video https://www.youtube.com/watch?v=wasOgybCZos

Bandit 0

The first step into the Bandit path is to ssh to the server.

ssh [email protected] -p 2220
Done!

Bandit0 -> Bandit1

ls -la
cat readme

Bandit1

Bandit2

Bandit3

Bandit4

Bandit5

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.