PicoCTF 2018 – Reverse Engineering - Reversing Warmup 2
Objective:
Can you decode the following string dGg0dF93NHNfczFtcEwz
from base64 format to ASCII?
Hints:
(1) Submit your answer in our competition's flag format. For
example, if you answer was 'hello', you would submit 'picoCTF{hello}' as the
flag.
Solution:
@pico-2018-shell:/problems/reversing-warmup-1_1_b416a2d0694c871d8728d8268d84ac5c$
echo dGg0dF93NHNfczFtcEwz | base64 --decode
th4t_w4s_s1mpL3
picoCTF{ th4t_w4s_s1mpL3}
Comments
Post a Comment