Login
- ssh :
ssh bandit11@bandit.labs.overthewire -p 2220
- password :
dtR173fZKb0RRsDFSGsg2RWnpNVj3qRr
Task :
- decode the text inside the file data.txt which is encoded with rot13
Theory
- rot13 is a simple old encoding algorithm where you just shit the letters by 13 positions
Solution
- i used the command
cat data.txt
then used website called cyberChef and decode the content