anshrathod / Basic-Python-Scripts

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

Added Port scanner script #176

Closed smit-sms closed 1 year ago

smit-sms commented 1 year 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