# Functions
ParseIPv4Array will get target x.x.x.x/x IP/MASK (CIDR) and returns list of IPs as array of string This function is using the https://stackoverflow.com/questions/60540465/go-how-to-list-all-ips-in-a-network answer to extract IPs from the target CIDR.