You successfully compromise a target system's web application using blind command injection. The command you injected is ping -n 1 . Assuming your machine is , which of the following would you see?
1) A packet containing 'Packets: Sent = 1 Received = 1, Loss = 0 (0
2) A 'Destination host unreachable' error message on the compromised system
3) An ICMP Echo packet on your sniffer containing the source address of the target
4) ping -n 1 on the compromised system