Skip to content
Take the Challenge

2025 Challenge: Operation WIRE STORM

Try our 2025 graduate software engineering challenge - Operation Wire Storm.
Deadline: 22nd August 2025
Software Engineering
Got a solution you want to share?
Rectangle-1-3
This challenge has finished, but we’d still love to see solutions – or try our other challenges.
Image (6)

Your Mission

A critical situation has emerged, and we’re calling on the brightest technical minds to assist. In order to transmit highly sensitive data through a known-compromised server, we’ve crafted a custom protocol, the CoreTech Message Protocol (CTMP).

Time is of the essence, and we need your expertise to rapidly handle this data before it’s too late. Your mission is to develop a high-speed program in C, C++ or Rust to relay these sensitive messages via a custom proxy, to make sure our teams have all they need to know to operate safely.

 

CoreTech Message Protocol

The protocol has been specially crafted to encapsulate large data transfers over TCP.

Each message will be prepended with the CTMP header, consisting of:

  1. A single MAGIC byte, which will always be 0xCC
  2. A single PADDING byte, filled with 0x00
  3. The LENGTH of the data to follow, NOT including the length of the header itself. This field is unsigned and in network byte order
  4. Four PADDING bytes, again filled with 0x00
0               1               2               3
0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| MAGIC 0xCC    | PADDING       | LENGTH                      |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| PADDING                                                     |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| DATA ...................................................... |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7 0 1 2 3 4 5 6 7

Operational Validation

Due to the importance of this operation, our analysts have provided some tests to check your solution can handle operational data.

These tests, written for Python 3.12, will attempt to repeatedly connect to both localhost:33333 and localhost:44444, sending various CTMP messages to the source port. These will be validated against data received on the destination port.

To ensure this critical mission is a success, please run these tests against your solution prior to submission.

Grab the tests here

Terms and conditions

  • All submissions must be hosted using a public code-hosting service
  • All submissions must be hosted using a public code-hosting service such as Github, and submitted using the submission form.
  • All submissions must include a detailed README for building and verifying your solution
  • All submissions must build for Ubuntu 24.04 LTS
  • You may not use third-party libraries other than your chosen language’s standard library

AI/LLM statement

At CoreTech we appreciate that LLMs have become a de facto tool for iterating on software designs. To that end, using an LLM to assist you in understanding your solution, in soliciting immediate feedback on approach, and in understanding language features in a greater detail, is permissible.

You will, however, be asked to explain your reasoning for using various constructs, language features and tools on the day, so ensure you understand what you’re using!

Do you have an endless curiosity for technology?

Get ready to work with some of the most brilliant minds who care more about solving problems than climbing hierarchies.

Our current vacancies