The password for the next level can be retrieved by submitting the password of the current level to port 30000 on localhost.
解密
bandit14@bandit:~$ cat /etc/bandit_pass/bandit14
4wcYUJFw0k0XLShlDzztnTBHiqxU3b3e
bandit14@bandit:~$ nc localhost 30000 < /etc/bandit_pass/bandit14
Correct!
BfMYroe26WYalil77FoDi9qh59eK5xNr
知识点
nc
命令,被描述为nc - TCP/IP swiss army knife
,在这里我们拿它作为客户端,向localhost
的30000
端口发送/etc/bandit_pass/bandit14
内容