Gibberish
Description
Solution
└─$ cat flag.txt | base64 -d -i > flag.out└─$ file flag.out
flag.out: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=c49ab6b10a428c61e3da7c28a3a1b6a465dfb9a6, for GNU/Linux 3.2.0, not stripped
└─$ ./flag.out
Password: LETMEIN
Wrong password.└─$ strings -d -n 6 ./flag.out
...
[]A\A]A^A_
Password:
goodbye
mlh{nc_c4n_4ls0_trnsmit_f1les}
Wrong password.Last updated