ZMap is a fast single packet network scanner designed for Internet-wide network surveys.
-
Updated
Aug 1, 2020 - C
Add a description, image, and links to the ipv4 topic page so that developers can more easily learn about it.
To associate your repository with the ipv4 topic, visit your repo's landing page and select "manage topics."
Would be great to allow an exclusion style lists as well. Say something like:
DontAllow(List<CIDRs>);
DontAllow(List<IPAddress>);
DontAllow(List<CountryCode>);
Right now, if I want to allow every country, say, except for Micronesia I have to list EVERY country but Micronesia. Same thing if I want to only block a few IPs... That said - great library!!! Thanks for your work!