../

OverTheWire - Bandit: Level 12 to Level 13


Content of data.txt is now ROT13 encrypted. Using the tr utility we can replace characters with one-another.

1$ cat data.txt | tr "A-Za-z" "N-ZA-Mn-za-m"
2The password is JVNBBFSmZwKKOP0XbFXOoW8chDz5yVRv

Kategorien: #/writeups/; #/overthewire/

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