Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 379 Bytes

955.md

File metadata and controls

12 lines (9 loc) · 379 Bytes
  1. Get another mega.nz link: strings Hey_You.png | grep "mega"

  2. Get encoded flag:

    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