Skip to content

Instantly share code, notes, and snippets.

@masterT
Last active June 10, 2017 04:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save masterT/6cfa7bc5b092dc293b1cacda1b59c2e1 to your computer and use it in GitHub Desktop.
Save masterT/6cfa7bc5b092dc293b1cacda1b59c2e1 to your computer and use it in GitHub Desktop.
CTF WhiteHat 2017

Quang Ngai

You have a data file.

$ file data
data: data
$ head -n 1  data
PXMDMETA�bplist00���X$versionX$objectsY$archiverT$top���/0123456789:;<=>?@ABCDEHOPVZ^adefguvwxyz�������U$null

Google PXM file.

It's a binary file for Pixelmator, a graphic editor developed for macOS.

Check if there is a trial. There is, download it, add extension to the file and open it.

There is 3 layers:

  • cat
  • black
  • flag

Uncheck all layer, except the flag.

You see a text image on a white background: flag{y0u_F0und_m3_!!!}.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment