| .. | ||
| README.md | ||
Serial Experimental 00 -- Solution
Overview
The challenge provides a split UART interface:
- TX (read):
1111 - RX (write):
2222
Goal: recover token and run unlock <token>.
Steps
- Open both channels:
nc <host> 1111
nc <host> 2222
- Query diagnostics from RX:
diag.uart
diag.eeprom
diag.order
- Recover fragments:
frag_a_hex=4c41494e->LAINfrag_b_xor_hex=4056415a525fwithxor_key=0x13->SERIALfrag_c_hex=3030->00
- Build token:
LAIN-SERIAL-00
- Unlock:
unlock LAIN-SERIAL-00
- Flag is returned on TX.