11 src = fetchFromGitHub {
12 owner = "projectdiscovery";
15 hash = "sha256-/bZ6LimkdbR7nG7XcetNshk0KXw1FGbuaTXP+DH7hQg=";
18 vendorHash = "sha256-tbMCXNBND9jc0C1bA9Rmz1stYKtJPmMzTlbGc3vcmE4=";
26 description = "Small utility program to perform multiple operations for a given subnet/CIDR ranges";
28 mapCIDR is developed to ease load distribution for mass scanning
29 operations, it can be used both as a library and as independent CLI tool.
31 homepage = "https://github.com/projectdiscovery/mapcidr";
32 changelog = "https://github.com/projectdiscovery/mapcidr/releases/tag/v${version}";
33 license = licenses.mit;
34 maintainers = with maintainers; [ hanemile ];
35 mainProgram = "mapcidr";