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

Vegetable Market

·
Cry 210pt Cyberchef
subzcuber
Author
subzcuber
i like to imagine i’m funny

Flag: kossCTF{peel_the_onion}

Author: subzcuber

Description:

How many layers does the onion have?

Hint: CyberChef is a magical tool


The onion stuff was a bit of a red herring. This was a simple challenge that just encoded the plaintext to base64 then converted it to hex.

The intent was to introduce you to crypto tools that could run their own analysis. From the hint, Cyberchef has a “Magic” recipe that automatically tries stuff for you.

solve image

You can see we inputted the crib with a known plaintext, i.e.the flag format. However this was not necessary and cyberchef would have decoded it anyway

This is just to demo that the flag format it useful too

Reply by Email

Related

Colors
Cry Cyberchef
QueeR Numbers
Cry 500pt Qr
i had fun with this one
Brainfuck
Cry 440pt Brainfuck
binary -> brainfuck -> flag