schweikert / fping

High performance ping tool

Home Page:https://fping.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

-g option not working properly

robmori80 opened this issue · comments

Tested version: fping: Version 5.1

Results:
┌──(kali㉿kali)-[~]
└─$ fping -a -g 37.59.174.224/28
37.59.174.225
37.59.174.226
37.59.174.227
37.59.174.228
37.59.174.231
37.59.174.232

┌──(kali㉿kali)-[~]
└─$ fping -a -g 37.59.174.224 37.59.174.239
37.59.174.225
37.59.174.226
37.59.174.227
37.59.174.228
37.59.174.231
37.59.174.232
37.59.174.239

The results should be the same; however, the last host does not appear in the first result.
Could this possibly be a bug in the tool?

The IP 37.59.174.239 is the broadcast address of the given network 37.59.174.224/28 and thus excluded from the generated target hosts when using CIDR notation for -g.

@robmori80: This does not seem to be an issue with fping. Can this issue be closed?

Yes, of course. Tks