e21e152d71f730cb0b628616ebf1ba2acdd43ec8
Portradar
Portradar is a freaking fast and stealthy port scanner. Hold my beer! I don't drink though :)
Note: I'd advise running this script on a Linux host with atleast 4 cores for maximum efficiency. Also, if you're using zsh, run the script like so:
`which bash` -c 'set +m && ./portradar.sh <IP>/<CIDR>'
Subnet scan
Scanning open ports across an entire subnet.

Specific port scan
Scanning a specific open port across a subnet. This is very useful especially in pentesting. Gahdamn it, what's the fastest way to locate a Domain Controller in a network?

Specific port scan but with nmap
Scanning a specific open port but instead utilizing nmap for service and version enumeration.

Scanning a DC for open ports
Languages
Shell
100%

