ASIS CTF Finals 2016 - 3 - CTF 101 - Trivia

Information#

Version#

By Version Comment
noraj 1.0 Creation

CTF#

Description#

Watch your heads!

Solution#

One-liners will be happy:

┌─[root@parrot]─[~/CTF]
└──╼ #curl https://asis-ctf.ir/challenges/ --head | tr -d '\r' | sed -En 's/^Flag: (.*); base64/\1/p' | base64 -d
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
ASIS{31a483900b8576426cccdf55402b9dd6}
Share