mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-24 21:55:27 +00:00
* Add CIDR input support - Add expandCIDRInputValue function which accepts the cidr, and stores the IPs into hmap. It uses mapcidr to get the expanded IPs - Add test case to test expandCIDRInputValue and isCIDR function - Update dsl_test.go which had typo. coz of failing test * Resolve the requested changes