Common Linux Network Tools: fping host scanning and linuxfping
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:
Record, for better yourself!