This repository contains a simple network port scanner implemented in Python. The scanner allows users to specify one or multiple target IP addresses and the number of ports to scan. It iterates through the specified ports and checks if they are open on the target IP addresses. The program utilizes socket programming to establish connections with the specified ports. Additionally, it provides basic error handling and colorized output using the termcolor library.
A Network Port Scanner is a cybersecurity tool used to discover open ports on a system. It simply examines a computer's ports to see which ones are open, providing information about potential vulnerabilities or services running on the system.
Before using the "Network Port-Scanner" script, ensure you have the following:
Make sure you have Python installed on your system.Download and Install Python from here
Open a terminal in your system and type:
python portscanner.py