kotakanbe / go-pingscanner

Scanning alive hosts of the given CIDR range in parallel.
Apache License 2.0
10 stars 5 forks source link

Handle case of IP address with no CIDR range. #3

Closed kroosec closed 4 years ago

kroosec commented 4 years ago

This fixes a panic in vuls, when issuing a command such as:

$ ./vuls discover 192.168.1.1

kotakanbe commented 4 years ago

Many thanks :)