Clear it in 3 steps
-
Start the environment
-
Investigate the target
-
Submit the flag
This app is a diagnostic tool that runs ping against a host you supply. If the host input is passed straight into a shell command, what could go wrong?
Consider whether your input is passed directly into a shell command
Shells support chaining commands with `;`, `&&`, `|`, etc.
Try appending another command after the ping target host