Level Info:
Welcome to Krypton! The first level is easy. The following string encodes the password using Base64:Solution:
S1JZUFRPTklTR1JFQVQ=
Use this password to log in to krypton.labs.overthewire.org with username krypton1 using SSH. You can the files for other levels in /krypton/
- [Comment] Use base64 to decode the ciphertext
- After decode the cipertext, you will get the password.
Reference: http://www.base64decode.org/
S1JZUFRPTklTR1JFQVQ= >> KRYPTONISGREAT - [Comment] Log into the game using SSH, the host is krypton.labs.overthewire.org.
- [Comment] The username is krypton1 and the password is KRYPTONISGREAT.
- sp@simple-plan:~|=> ssh krypton1@krypton.labs.overthewire.org
...
krypton1@krypton.labs.overthewire.org's password: KRYPTONISGREAT - [Comment] Using cd command to change the shell working directory
- krypton1@melinda:~$ cd /krypton
- [Comment] Using ls command to list directory contents
- krypton1@melinda:/krypton$ ls
- krypton1 krypton2 krypton3 krypton4 krypton5 krypton6
- [Comment] It's done! Let's go to the next level!
No comments:
Post a Comment