Skip to main content
  1. CTF Writeups/
  2. NahamCon 2025 CTF/

The Martian

·
Misc 50pts 647 Solves Binwalk
subzcuber
Author
subzcuber
i like to imagine i’m funny

The Martian
#

Points: 50 Solves: 647

Description:

Wow, this file looks like it’s from outta this world!

Attachments: challenge.martian


Honestly nothing to it, simple binwalk on the challenge file shows a bunch of zipped data

❯ binwalk -e challenge.martian

DECIMAL       HEXADECIMAL     DESCRIPTION
--------------------------------------------------------------------------------
52            0x34            bzip2 compressed data, block size = 900k
12511         0x30DF          bzip2 compressed data, block size = 900k
32896         0x8080          bzip2 compressed data, block size = 900k
38269         0x957D          bzip2 compressed data, block size = 900k
50728         0xC628          bzip2 compressed data, block size = 900k

This extracts to give us an image containing the flag

flag.png
extracted image of the flag

Reply by Email

Related

Finders Keepers
For 108pt 141 Solves Stego Steghide Binwalk Foremost
aperisolve ftwwww
Introverted Bocchi
For 290pt Binwalk
yellow dorito girl is me (i play the drums)
Praise our RNG Gods
Rev 436pt 58 Solves Random() Python Bytecode Dis
prolly my fav chal of the ctf