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/fpingsource code compilation and installation of the official fpingwebsite, get the source code address: compile and install the command:
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.gztar -xvf fping-3.10.tar.gzcd fping./configuremakemake 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 (IP1 address start range, IP2 address end range );
The following is an input example: