| .. | |||
| docs | 1 month ago | ||
| 01.md | 1 month ago | ||
| README.md | 1 month ago | ||
This is where I am storing my documentation and solutions for the PwnPad CTF.

| done | # | Name | Topics | Description |
|---|---|---|---|---|
| [x] | 1 | Serial Snitch | #UART |
Intercept and decode UART communication. |
| [x] | 2 | Echo Chamber | #UART |
Intercept and decode UART communication, with security through obscurity. |
| [x] | 3 | Bus Whisperer | #I2C |
Spy on I2C traffic to extract secrets. |
| [x] | 4 | Invisible Wires | #I2C |
Attack I2C when slave devices are missing. |
| [x] | 5 | Code Heist | #SPI #ISP #Flash #UART |
Dump and analyze firmware from flash. |
| [x] | 6 | Hard Leak | #SPI #ISP #EEPROM |
Extract data from the internal EEPROM. |
| [x] | 7 | Power Trip | #FaultInjection #UART |
Use glitching to bypass dead code statements. |
| [x] | 8 | Glitch Storm | #FaultInjection #UART |
Use glitching to bypass password verification. |
| [x] | 9 | Clock Spy | #SideChannel #UART |
Leak secrets using timing variations. |
| [x] | 10 | Tempo Leak | #SideChannel #UART |
Leak secrets using timing variations with a twist. |
| [ ] | 11 | Chaos Chain: Glitchgate | #FaultInjection #UART |
Combine UART and glitch attacks to break in. |
| [x] | 12 | Chaos Chain: Timebomb | #UART #SideChannel |
Combine UART and chain timing leaks to break in. |