Wargames-Bandit-Level14()-其他
Wargames-Bandit-Level14()
Level 14
- Level 14Level GoalSolution
- Level Goal
- Solution
Level Goal
The password for the next level can be retrieved by submitting the password of the current level to port 30000 on localhost.
Solution
说是给30000端口发当前的password可以得到下一关的password,差点以为又要ssh,想了想应该直接telnet呀…..
bandit14@bandit:~$ telnet localhost 30000
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
fGrHPx402xGC7U7rXKDaxiWFTOiF0ENq
Correct!
jN2kgmIXJ6fShzhT2avhotn4Zcka6tnt
Connection closed by foreign host.
————————
Level 14
- Level 14Level GoalSolution
- Level Goal
- Solution
Level Goal
The password for the next level can be retrieved by submitting the password of the current level to port 30000 on localhost.
Solution
说是给30000端口发当前的password可以得到下一关的password,差点以为又要ssh,想了想应该直接telnet呀…..
bandit14@bandit:~$ telnet localhost 30000
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
fGrHPx402xGC7U7rXKDaxiWFTOiF0ENq
Correct!
jN2kgmIXJ6fShzhT2avhotn4Zcka6tnt
Connection closed by foreign host.