ping
1. Example
Section titled “1. Example”ping scanme.nmap.orgResponse:
PING scanme.nmap.org (45.33.32.156) 56(84) bytes of data.64 bytes from scanme.nmap.org (45.33.32.156): icmp_seq=1 ttl=43 time=247 ms64 bytes from scanme.nmap.org (45.33.32.156): icmp_seq=2 ttl=43 time=269 ms64 bytes from scanme.nmap.org (45.33.32.156): icmp_seq=3 ttl=43 time=292 ms64 bytes from scanme.nmap.org (45.33.32.156): icmp_seq=4 ttl=43 time=315 ms64 bytes from scanme.nmap.org (45.33.32.156): icmp_seq=5 ttl=43 time=236 ms64 bytes from scanme.nmap.org (45.33.32.156): icmp_seq=6 ttl=43 time=259 ms64 bytes from scanme.nmap.org (45.33.32.156): icmp_seq=7 ttl=43 time=282 ms^C--- scanme.nmap.org ping statistics ---8 packets transmitted, 7 received, 12.5% packet loss, time 7007msrtt min/avg/max/mdev = 236.117/271.645/315.311/25.221 ms2. Set the quantity of pings
Section titled “2. Set the quantity of pings”ping -c 4 8.8.8.8Result:
PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data.64 bytes from 8.8.8.8: icmp_seq=1 ttl=112 time=48.3 ms64 bytes from 8.8.8.8: icmp_seq=2 ttl=112 time=48.1 ms64 bytes from 8.8.8.8: icmp_seq=3 ttl=112 time=48.0 ms64 bytes from 8.8.8.8: icmp_seq=4 ttl=112 time=48.0 ms
--- 8.8.8.8 ping statistics ---4 packets transmitted, 4 received, 0% packet loss, time 3004msrtt min/avg/max/mdev = 48.008/48.110/48.332/0.129 ms3. Packets size
Section titled “3. Packets size”ping -s 128 8.8.8.8 -c 4Result:
PING 8.8.8.8 (8.8.8.8) 128(156) bytes of data.136 bytes from 8.8.8.8: icmp_seq=1 ttl=112 time=48.8 ms136 bytes from 8.8.8.8: icmp_seq=2 ttl=112 time=48.4 ms136 bytes from 8.8.8.8: icmp_seq=3 ttl=112 time=48.4 ms136 bytes from 8.8.8.8: icmp_seq=4 ttl=112 time=48.7 ms
--- 8.8.8.8 ping statistics ---4 packets transmitted, 4 received, 0% packet loss, time 3005msrtt min/avg/max/mdev = 48.403/48.570/48.802/0.171 ms1. Attacks with Ping Utilitiy
Section titled “1. Attacks with Ping Utilitiy”1.1. Ping of Death
Section titled “1.1. Ping of Death”1.2. Ping Flood / ICMP Flood
Section titled “1.2. Ping Flood / ICMP Flood”