speeds and feeds
Last updated
Was this helpful?
Last updated
Was this helpful?
There is something on my shop network running at mercury.picoctf.net:16524, but I can't tell what it is. Can you?
We can use nc
to connect to the challenge and output the commands to a file: nc mercury.picoctf.net 16524 > cnc_command.txt
Searching for What language does a CNC machine use?
finds that the answer is g-code
Searching for simulate g-code
finds ( is another option).
We can paste in the contents of into the "GCode File" panel and then click "Plot" to view the flag.
picoCTF{num3r1cal_c0ntr0l_1395ffad}