$ cat writeup.md…
$ cat writeup.md…
avitoctf
Task: A static Ghost Font PNG hides text in a regular field of jittered dots rather than conventional pixel bit planes. Solution: Measure each 8x8 cell's vertical ink centroid, smooth the feature grid, and subtract the local background.
$ cat /etc/rate-limit
Rate limit reached (20 reads/hour per IP). Showing preview only — full content returns at the next hour roll-over.
Пчёлы с Полянки 38 поставили на всех каналах сотовой связи СОРМ: ИИ читает переписку и смотрит картинки, докладывая о каждом упоминании мёда. Медоед-разведчик нашёл свежий сервис Ghost Font https://www.mixfont.com/ghost-font, который обещает делать текст нечитаемым для ИИ, и набрал им важное послание.
Правда, разбираться в инструкции он не стал: вместо видео прислал в штаб один скриншот и сразу отключил связь. До вылазки осталось полчаса, а на картинке только шум.
Разберите послание. Текст на картинке — флаг.
https://avitoctf.ru/files/ghost_screenshot.png Флаг в этом задании не в формате avito{...}, а фраза «WRITTEN IN GHOST FONT» добавляется сервисом на каждую картинку, это не секретное послание.
The supplied artifact is a single screenshot of a Ghost Font animation. The goal is to recover the hidden text from the apparent dot noise; the visible service attribution is an explicit decoy.
ghost_screenshot.png is a 1918×997 RGBA PNG. Container and channel checks found no useful metadata, appended payload, varying alpha, or conventional sequential LSB stream. The image therefore had to be analyzed as the rendered output of Ghost Font rather than as an ordinary PNG bit-plane challenge.
Ghost Font forms glyphs through coherent dot movement while background dots move independently. Although motion is unavailable in one screenshot, each dot's instantaneous displacement remains measurable. The white canvas begins near (97, 40) and is 1712 pixels wide, exactly 214 × 8 pixels. Thresholding dark pixels and dividing the canvas into 8×8 cells produces a 119×214 grid with approximately one dot per cell.
...
$ grep --similar