Newer
Older
Hardware / Misc / 12Sec_CTF_V1 / 01.md
root on 26 Oct 947 bytes 12sec CTF

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.

Findings

setup

PwnPad main board

The baudrate was a standard one, simply connecting the right wires using the corect 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