rustscan

Fast multi-threaded port scanner with service detection

brewmacoslinux
Try with needOr install directly
Source

About

Modern Day Portscanner

Commands

rustscan

Examples

Scan common ports on a single host$ rustscan -a 192.168.1.1
Scan specific port range with service detection$ rustscan -a 192.168.1.1 -r 1-65535 -- -sV
Scan multiple hosts with custom thread settings$ rustscan -a 192.168.1.0/24 -b 5000 -t 5000