Sofea Discord Security Challenge Bot

Sofea is a custom Discord bot created for an interactive cybersecurity challenge.

Instead of presenting participants with a traditional downloadable file or web page, the challenge takes place through conversations, commands, modal submissions, and state changes inside Discord.

The problem

Many CTF challenges can be solved by downloading a file and sending it directly to an automated tool or AI agent.

I wanted to design a challenge that required participants to interact with a live system, understand its behaviour, experiment with different inputs, and track how the bot responded over multiple stages.

The challenge also needed to operate safely within selected Discord channels without disrupting the rest of the server.

What I built

I developed a Discord bot with stateful interaction and administrative controls.

The bot included commands such as:

The /report command opened a private modal where participants could submit information to the bot.

The bot tracked user progress and changed its behaviour depending on the participant’s current state.

Additional bot features included:

The challenge involved staged injection-style interactions where participants had to understand how the bot processed instructions and how different inputs influenced its behaviour.

I also implemented logs that recorded submitted reports, user identifiers, challenge states, and result statuses to help monitor the challenge during the event.

What I learned

This project gave me experience building a live interactive security challenge rather than a static challenge file.

I learned about:

One of the main difficulties was preventing participants from skipping intended stages while ensuring that legitimate solutions were accepted consistently.

I also had to consider how Discord formatting, message length, permissions, and user concurrency affected the challenge.

Future improvements include persistent database storage, improved rate limiting, automated health checks, a staff dashboard, and more detailed analytics for participant attempts.

Sofea bot gallery

Sofea Discord security challenge bot screenshot, image 1 of 4
Sofea Discord security challenge bot screenshot, image 2 of 4
Sofea Discord security challenge bot screenshot, image 3 of 4
Sofea Discord security challenge bot screenshot, image 4 of 4