Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 379 Bytes

l10.md

File metadata and controls

16 lines (16 loc) · 379 Bytes

Level 1

First we connect to the server using ssh
Then we use base64 to decode

Commands-

ssh [email protected] -p 2220

cat data.txt | base64 -d
base64 -d is decrypts base64 encoded data from base
We get the output

The password is 6zPeziLdR2RKNdNYFNb6nVCKzphlXHBM

Flag - 6zPeziLdR2RKNdNYFNb6nVCKzphlXHBM