Skip to main content

Pinger

The service can ping any IP by running the following command:

ping -c 1 <your input>

Since your input is given directly to a shell command, you can be creative with how you use it.

If you're having difficulties solving this exercise, go through this reading material.