Avatar Image
Gajendra Mahato
Bandit Wargame

Bandit: Level 14 => Level 15

The password for the next level can be retrieved by submitting the password of the current level to port 30000 on localhost. Here are the details which we have from the previous level: Host: bandit.labs.overthewire.org Port: 2220 Username: bandit14 private SSH key file: sshkey.private So, The SSH syntax will be: ssh -i sshkey.private [email protected] -p 2220 From the previous bandit13 level challenges, we know that bandit14 has access to the file /etc/bandit_pass/bandit14. We need to read this file to obtain the bandit14 password, which is necessary for completing the next step. ...

January 15, 2020 · 2 min