MoeWalls
144 words
1 minute
Tiny Flag
Overview
The page is full of decorative elements (moving dots, scanlines, etc.), which are red herrings. The title and hint suggest the flag is “tiny” and right “in front of your eyes.” The trick is that the flag is drawn inside the page’s favicon.
Solution Steps
- Open the site and inspect the page head (View Source or DevTools -> Elements).
- Notice the favicon reference:
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">- Open
favicon.icodirectly in a new tab (DevTools -> Network -> click the icon request). - Zoom way in (800-1600%) to see the pixel art text clearly.
Alternative: Extract and Upscale Locally
# Download the faviconcurl -O https://target-site/favicon.ico
# Convert and upscale with nearest-neighbor to keep pixels crisp# Requires ImageMagickconvert favicon.ico -filter point -resize 1600% out.png
# Open out.png to read the flagPitfalls
- Don’t over-focus on hidden CSS pixels or JS effects; they’re decoys.
- The entire solve is recognizing the favicon and zooming in.
Flag
v1t{T1NY_ICO}