846 B
846 B
Nurse Call -- Solution
Overview
Connect to the maintenance terminal and investigate phantom calls from Room 013.
Steps
- Connect:
nc <host> 1337 - Read
logs/appels.log-- notice Room 013 phantom calls, especially the last line:payload room 013: 0x4c41494e - Read
logs/reseau.log-- confirms0x4c41494e -> ASCII: "LAIN" - Read
logs/maintenance.log-- technician says to usereveil.sh --idwith the payload ID - Optionally read
config/navi-care.conffor exact syntax:reveil.sh --id <MODULE_ID> - Execute:
./tools/reveil.sh --id LAIN - Flag is printed:
ESPILON{r3v31ll3_m01_d4ns_l3_w1r3d}
Key insight
The hex payload 0x4c41494e is ASCII for "LAIN". The player must decode this
and use it as the module identifier with the wake tool.
Flag
ESPILON{r3v31ll3_m01_d4ns_l3_w1r3d}
Author
Eun0us