Bandit level 14
Bandit 14
Okay so I know telnet doesn't have authentication. I know I'm probably using that so I check the man page.
Okay so the command will be "telnet localhost 30000", remember those instructions from the previous level on where that password was? Neither do , lets read it again!
"The password for the next level is stored in /etc/bandit_pass/bandit14 and can only be read by user bandit14"
GGEZ
We slayed that
Glowfish Contrast
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, nmapHelpful 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
Okay so I know telnet doesn't have authentication. I know I'm probably using that so I check the man page.
Synopsis
telnet [-8EFKLacdfrx] [-X authtype] [-b hostalias] [-e escapechar] [-k realm] [-l user] [-n tracefile] [host [port]]
Okay so the command will be "telnet localhost 30000", remember those instructions from the previous level on where that password was? Neither do , lets read it again!
"The password for the next level is stored in /etc/bandit_pass/bandit14 and can only be read by user bandit14"
GGEZ
bandit14@bandit:~$ cat /etc/bandit_pass/bandit14
4wcYUJFw0k0XLShlDzztnTBHiqxU3b3e
bandit14@bandit:~$ telnet localhost 30000
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
4wcYUJFw0k0XLShlDzztnTBHiqxU3b3e
Correct!
BfMYroe26WYalil77FoDi9qh59eK5xNr
Connection closed by foreign host.
bandit14@bandit:~$
We slayed that
Comments
Post a Comment