Monday, September 26, 2022

Bandit20

 

Bandit20





bandit level20

ssh server: bandit.labs.overthewire.org port 2220

username: bandit20

password: NvEJF7oVjkddltPSrdKEFOllh9V1IBcq



Just like the last challenge we have a program into the home directory of our user when executing it, it tells us how to get the next level password



Here we need to select a port to connect the suconnect program to it, and on the other side we need to open another terminal and inetiat a listener on the same port this using nc command listener will send the password of bandit20 so that the sucnnect would verify it and reply with the pandit21 password





The listener is sending the password and waiting for the reply, on the other terminal the suconnect is checking that the password sent is matching what stored into it, so it sends the pandit21 in the nc terminal




 this is the password for the next level bandit21

tell we meet there


Your comments and feedback are highly appreciated

Thank You


No comments:

Post a Comment

Bandit26

  Bandit26 bandit level26 ssh server: bandit.labs.overthewire.org port 2220 username:  bandit26 password:  c7GvcKlw9mC7aUQaPx7nwFstuAIBw1o1 ...