find the flag MIRAGE{}

Создано: 7 сентября 2026 г.

Отвечено с использованием GPT-5.6 Thinking от Chat01

Вопрос

watchtower.png
291C31.zip

find the flag MIRAGE{}

Python

python
int('291C31',16) 2694193

Python

python
s="MIRAGE{4D4M_1S_M1SS1NG}" len(s), list(enumerate(s)) (23, [(0, 'M'), (1, 'I'), (2, 'R'), (3, 'A'), (4, 'G'), (5, 'E'), (6, '{'), (7, '4'), (8, 'D'), (9, '4'), (10, 'M'), (11, '_'), (12, '1'), (13, 'S'), (14, '_'), (15, 'M'), (16, '1'), (17, 'S'), (18, 'S'), (19, '1'), (20, 'N'), (21, 'G'), (22, '}')])

Мысль

Used python tool

Worked for 12m 7s

Ответ

The flag is:

MIRAGE{4d4m_1s_m1ss1ng}

Path: the main PNG has a ZIP appended after IEND; its password is jimstarlin. The four extracted adam_*.png files contain Unicode glyphs whose low bytes, shifted back by 9, decode to:

Mirage{ + 4d4m_ + 1s_m1s + s1ng}

MIRAGE{4d4m_1s_m1ss1ng}.

Поделиться этим Q&A