Port Scanner Simple port scanner script written in python. It is not pratical to use this I just created it for fun.Basic port scanner for learning.
Args Choose an IP address -p, defines port range to scan. (ex: -p 500-1000, -p 600 -, -p - 500, -p - -) -t, defines timeout for each port scan (default: 0.5) -w, defines maximum worker thread count that runs simultaneously. (default: 100)