Bandit Level 14 → Level 15
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
다음 레의 비밀번호를 업기위해 현재 레벨의 30000번 포트로 접속해라.
bandit14@bandit:~$ telnet --help
telnet: invalid option -- '-'
Usage: telnet [-4] [-6] [-8] [-E] [-L] [-a] [-d] [-e char] [-l user]
[-n tracefile] [ -b addr ] [-r] [host-name [port]]
bandit14@bandit:~$ telnet localhost 30000
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
fGrHPx402xGC7U7rXKDaxiWFTOiF0ENq
Correct!
jN2kgmIXJ6fShzhT2avhotn4Zcka6tnt
Connection closed by foreign host.
30000포트로 접속 후 bandit14의 비밀번호를 기입하니 다음 레벨의 비밀번호가 나왔다.
'WarGame > Bandit WarGame' 카테고리의 다른 글
Bandit WarGame Level 16 -> Level 17 (0) | 2023.11.17 |
---|---|
Bandit WarGame Level 15 -> Level 16(openssl s_client) (0) | 2023.11.17 |
Bandit WarGame Level 13 -> Level 14 (ssh -i) (0) | 2023.11.17 |
Bandit WarGame Level 12 -> Level 13(xxd, tar -xvf, gzip -d) (0) | 2023.11.15 |
Bandit WarGame Level 11 -> Level 12(tr, 문자치환) (1) | 2023.11.15 |