You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script scans for open ports using multiple threads in parallel in which each port is checked on a separate thread. It is faster than the usual single threaded application.
3
+
4
+
## Executing the script
5
+
* Run `python scan-ports.py <IP or website name> <optional ports>`
0 commit comments