linuxBandit Level 11 β†’ Level 12

If we ls, and cat the data inside the data.txt file:

ls
cat data.txt

As mentioned in the challenge description it is Caesar cipher, and the data has been shifted by 13 positions, we can write a simple python script to revert it to the original text or simply using cyberchef:

Here is the password for the next user.

Last updated