prips

Print all IP addresses in a given range

brewmacoslinux
Try with needOr install directly
Source

About

Print the IP addresses in a given range

Commands

prips

Examples

Print all IPs in a CIDR range$ prips 192.168.1.0/24
Print all IPs between two addresses$ prips 192.168.1.1 192.168.1.10
Generate IPs and pipe to another tool for scanning$ prips 10.0.0.0/28 | xargs -I {} ping -c 1 {}