DEV Community

Cover image for picoCTF 2021 -The Numbers writeup-
karapto
karapto

Posted on

picoCTF 2021 -The Numbers writeup-

Description

The numbers... what do they mean?

Solution

When the image is opened, the following image is displayed.

Alt Text

Since { appears in the seventh character of the image, we can a find out that the flag format is picoctf{***}. This means that 16→P, 9→I, 3→C, 15→O, 3→C, 20→T, and 6→F are used.
And from this rule, we can assume that Letter Number Cypher (A1Z26), which converts numbers directly into alphabets, is used.

Alt Text

All you need to do is decode A1Z26 with Cyberchef or convert it manually to get the flag.
But don't forget to add {} and type the flag in uppercase.

Flag: PICOCTF{THENUMBERSMASON}

AWS GenAI LIVE image

Real challenges. Real solutions. Real talk.

From technical discussions to philosophical debates, AWS and AWS Partners examine the impact and evolution of gen AI.

Learn more

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay