anshrathod / Basic-Python-Scripts

Created For HacktoberFest.
GNU General Public License v2.0
27 stars 98 forks source link

Added Port scanner script #176

Closed smit-sms closed 2 years ago

smit-sms commented 2 years ago

Added a port scanning script in python that scans the provided server/local URL and returns the list of ports available for various processes. Solves the issue: #174