The Network Scanner is a Python script that scans your local network for used and free IP addresses. It also identifies open ports on the used IP addresses for specified services. Scans the local ...
This project is a simple TCP port scanner written in Python. It scans a target IP address across a user-defined port range and reports which ports are open. The purpose of this project was to better ...