Skip to content

Instantly share code, notes, and snippets.

@Jinmo

Jinmo/README.md Secret

Created December 25, 2016 05:28
Show Gist options
  • Save Jinmo/de404a097ff86bd54199dce7ad39e1dc to your computer and use it in GitHub Desktop.
Save Jinmo/de404a097ff86bd54199dce7ad39e1dc to your computer and use it in GitHub Desktop.
Christmas CTF 2016 HFS+ Volume Creation Time

HFS+ has volume information including creation/modification/backup/checked date on 2th logical sector(1 sector: 512bytes).

00000000: 0000 0000 0000 0000 0000 0000 0000 0000  ................
*
00000400: 482b 0004 8000 2000 4846 534a 0000 01d8  H+.... .HFSJ....
00000410: d47b 24f5 d481 82c6 0000 0000 d47a a665  .{$..........z.e
00000420: 0005 93ef 0001 750d 0000 1000 0053 0499  ......u......S..
00000430: 0014 10df 001a 911d 0001 0000 0001 0000  ................
00000440: 0007 5637 0030 e644 0000 0000 0200 000b  ..V7.0.D........
00000450: 0000 008f 0006 afc3 0000 0000 0000 0000  ................
00000460: 0000 0000 0000 008f 6e1f c326 1d3a 70fd  ........n..&.:p.
00000470: 0000 0000 001d 7000 001d 7000 0000 01d7  ......p...p.....
00000480: 0000 0001 0000 01d7 0000 0000 0000 0000  ................
00000490: 0000 0000 0000 0000 0000 0000 0000 0000  ................
*
000004c0: 0000 0000 0060 0000 0060 0000 0000 0600  .....`...`......
000004d0: 0000 09d9 0000 0600 0000 0000 0000 0000  ................
000004e0: 0000 0000 0000 0000 0000 0000 0000 0000  ................
*
00000510: 0000 0000 0c40 0000 0310 0000 0000 c400  .....@..........
00000520: 0003 abd9 0000 c400 0000 0000 0000 0000  ................
00000530: 0000 0000 0000 0000 0000 0000 0000 0000  ................
*
00000560: 0000 0000 0fc0 0000 0540 0000 0000 fc00  .........@......
00000570: 0000 0fd9 0000 fc00 0000 0000 0000 0000  ................
00000580: 0000 0000 0000 0000 0000 0000 0000 0000  ................
*
000005f0: 0000 0000 0000 0000 0000 0000 0000 0000  ................

Flag: D47B24F5

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