Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
A background service on this system is listening on a specific port. Identify the port with ss/netstat and connect to it with nc to receive the flag.
Use ss -tlnp or netstat -tlnp to check listening ports
Try connecting with nc localhost <port>
There may be something interesting on port 9999