Bandit Level 14 | Akash Trehan

Bandit Level 14

OverTheWire logo

Level Goal:

The password for the next level can be retrieved by submitting the password of the current level to port 30000 on localhost.

Commands you may need to solve this level

ssh, telnet, nc, openssl, s_client, nmap

Helpful Reading Material

How the Internet works in 5 minutes (YouTube)(Not completely accurate, but good enough for beginners) IP Addresses IP Address on Wikipedia Localhost on Wikipedia Ports Port (computer networking) on Wikipedia

Write-up

We logged into this level using the private ssh key and not the password so currently we don’t have the password. But we can take a look at the password(for Level 14 only)since we know all passwords are in etc/bandit_pass directory.

cat /etc/bandit_pass/bandit14

To submit the password to localhost I used nc command.

echo 4wcYUJFw0k0XLShlDzztnTBHiqxU3b3e | nc localhost 30000

nc_command

Level 15 password: BfMYroe26WYalil77FoDi9qh59eK5xNr




Follow @CodeMaxx
Bandit Level 13
Akash Trehan

Akash Trehan

Hacker-Developer-Geek

comments powered by Disqus
rss facebook twitter github youtube mail spotify instagram linkedin google pinterest medium