๐Ÿ“ถFping

Code

fping -asgq 172.16.5.0/23
  • -a: Show targets that are alive

  • -s: to print stats at the end of the scan

  • -g: to generate a target list from the CIDR network

  • -q: to not show per-target results

Last updated