Now onward I will be posting solutions for the war game called 'OverTheWire-Bandit' consisting of multiple levels with the explanation for the beginners in order to grasp knowledge.So no more talking !!! Happy Hacking 😈😈!!!!
Objective:
The goal of this level is for you to log into the game using SSH. The host to which you need to connect is bandit.labs.overthewire.org, on port 2220. The username is bandit0 and the password is bandit0. Once logged in, go to the Level 1 page to find out how to beat Level 1.
Procedure:
(a)Login into the wargame with the given credentials using ssh.
Walkthrough - Level 0 |
ssh bandit0@bandit.labs.overthewire.org -p 2220
ssh - Protocol using which we will login.
where username is bandit0 and the password is bandit0
bandit.labs.overthewire.org is the server where we are going to login. It can also be an ip address. Port 22 is the default port for ssh
2220 - Is the customized port for ssh which is open on the server.
No comments:
Post a Comment
Thanks for reading the post! Please leave your feedback here :)