DEV Community

Krishna
Krishna

Posted on

2

OverTheWire Bandit Level 0 walk-through

Challenge page => https://overthewire.org/wargames/bandit/bandit0.html

This being the first challenge is the most simplest one.

Both the username and password are provided. Therefore all you have to do is execute the ssh command with the provided values


Hint 1: Required params are username, hostname and port. By default the port is 22, so you don't need to specify it usually. But in this case, a different port has been provided. Check the man page for ssh to see what is the option to specify port number.


Hint 2: Still stuck? Its ok! Here's the command and what the result of a successful login will look like.

bandit0 login

And that's it. You've completed your first challenge! Onto greater things!

Top comments (0)

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

πŸ‘‹ Kindness is contagious

Explore a sea of insights with this enlightening post, highly esteemed within the nurturing DEV Community. Coders of all stripes are invited to participate and contribute to our shared knowledge.

Expressing gratitude with a simple "thank you" can make a big impact. Leave your thanks in the comments!

On DEV, exchanging ideas smooths our way and strengthens our community bonds. Found this useful? A quick note of thanks to the author can mean a lot.

Okay