Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 357 Bytes

l11.md

File metadata and controls

12 lines (12 loc) · 357 Bytes

Level 11

First we connect to the server using ssh
Then we use tr to shift each character by 13 places

Commands-

ssh [email protected] -p 2220

cat data.txt | tr [a-zA-Z] [n-za-mN-ZA-M]
tr takes the all the characters and maps first regex over the second one.

Flag - JVNBBFSmZwKKOP0XbFXOoW8chDz5yVRv