Skip to content

Minions

  1. Get another mega.nz link: strings Hey_You.png | grep "mega"
  2. Get encoded flag:

    bash binwalk -e Only_Few_Steps.jpg cd _Only_Few_Steps.jpg.extracted/ strings YouWon\(Almost\).jpg | grep -i "ctf"

  3. Decode (b64) 4 times: echo "<encoded-flag>" | base64 -d | base64 -d | base64 -d | base64 -d