../

OverTheWire - Bandit: Level 19 to Level 20


As mentioned in the hint of the previous level, we instantly see “Byebye!” when logging in using the new password. This is intended:

The password for the next level is stored in a file readme in the homedirectory. Unfortunately, someone has modified .bashrc to log you out when you log in with SSH.

Even though we get instantly logged out on SSH connect, we could try to download the readme using scp.

$  scp -P 2220 bandit18@bandit.labs.overthewire.org:readme .
readme                                                                                    100%   33     1.1KB/s   00:00
$ cat readme
awhqfNnAbc1naukrpqDYcF95h7HoMTrC

Kategorien: #/writeups/; #/overthewire/

Tags: #/security/; #/hacking/; #/bash/; #/linux/; #/ctf/