Port Scanner
Project Description -
A simple port scanner that scans the ports of a given IP address and returns the open ports of a website by Domain Name or IP Address.
What Have I Learnt From This Project -
Using the socket library in Python, I learnt how to scan ports of a website and check if they are open or closed.
Tags -
python, trove