Common Linux Network Tools: fping host Scanning
In Linux, there are many powerful network scanning tools, including host scanning, host service scanning, and route scanning.
Fping is a host scanning tool. Compared with ping tools, fping can scan hosts in batches.
Fping Official Website: http://fping.org/
Fping source code compilation and Installation
--------------------------------------------------------------------------------
Visit the official website of fping to obtain the Source Code address:
Compile and install commands:
Wget http://fping.org/dist/fping-3.10.tar.gz
Tar-xvf fping-3.10.tar.gz
Cd fping
./Configure
Make
Make install
With the above command, fping is installed to/usr/local/sbin/fping.
Common fping Parameters
--------------------------------------------------------------------------------
Fping has the following two main parameters:
-A: Only active hosts are displayed;
-U: only non-active hosts are displayed;
-L: cyclic ping
Target IP address input method:
Fping IP1 IP2 IP3 ...;
Fping-f filename;
Fping-g IP1 IP2 (start range of IP1 address and end range of IP2 address );
The following is an input example:
Fping details: click here
Fping: click here
This article permanently updates the link address: