
fping differs from ping in that you can specify any number of targets on the command line, or specify a file containing the lists of targets to ping.
Observe the results as the command sweeps the network searching for hosts.įping is a small command line tool to send ICMP (Internet Control Message Protocol) echo request to network hosts, similar to ping, but much higher performing when pinging multiple hosts.įping is a program like ping which uses the Internet Control Message Protocol (ICMP) echo request to determine if a target host is responding. It supports TCP, UDP, ICMP and RAW-IP protocols, has a traceroute mode, the ability to send files between a covered channel, and many other. The interface is inspired to the ping (8) unix command, but hping isn’t only able to send ICMP echo requests. For example, if the host network is 192.168. hping is a command-line oriented TCP/IP packet assembler/analyzer. From a Microsoft OS command line, Type for /l %i in (1,1,254) do -n 1 -w 100. Instead of sending to one target until it times out or replies, fping will send out a ping packet and move on to the next target in a round-robin fashion.Īdditionally, how do you do a ping sweep? To perform a ping sweep: Fping differs from ping in that you can specify any number of targets on the command line, or specify a file containing the lists of targets to ping.