Lessons Learned:
Using nc to set up port connections
Logging in
On a kali vm/ linux machine
Type:
ssh bandit14@bandit.labs.overthewire.org -p 2220
4wcYUJFw0k0XLShlDzztnTBHiqxU3b3e
Completing The Challenge
The Goal:
The password for the next level can be retrieved by submitting the password of the current level to port 30000 on localhost.
The Solution:
bandit14@bandit:~$ nc localhost 30000
4wcYUJFw0k0XLShlDzztnTBHiqxU3b3e
Correct!
BfMYroe26WYalil77FoDi9qh59eK5xNr
Hint:
Make sure you log in directly, this cant be solved through the private key login.
Comments
Post a Comment