Newer
Older
12Sec_CTF_v1 / 01.md
root 12 days ago 942 bytes solution writeups

Challenge 1: "Serial Snitch"

As a skilled hardware hacker, you've intercepted a mysterious device recovered from a rogue tech syndicate. The device, dubbed "Specter-1", controls access to a secret underground server, but its interface remains locked behind an unknown UART configuration.

Your mission is clear:

  1. Identify the UART pins you've uncovered during your investigation.
  2. Determine the correct baud rate to establish a stable connection.
  3. Access the device’s command interface and unlock control over the system’s lighting grid.

Setup

Challenge Setup

Notes

The baudrate was a standard one, simply connecting the right wires and using the correct baudrate I was able to gain access (and the flag)

Of course I made a glitch-o-bolt config for this: 01_GoB_config.py

It looks as follows:

glitch-o-bolt