A simple Python tool for scanning a range of ports on a target IP address to identify open and closed ports.
Simple Port Scanner in Python that scans a specified range of ports on a target IP address to identify open and closed ports. A great tool for learning about network security and ethical hacking.
This tool is primarily used for educational purposes in network security and ethical hacking. It allows users, especially beginners, to understand basic networking concepts and the importance of securing open ports.
Ensure you have a basic understanding of Python programming to modify or extend the tool's functionality.
Ensure Python 3.x is installed on your system
Clone the repository using 'git clone https://github.com/Samuelson777/Simple-Port-Scanner.git'
Navigate to the project directory and run the script
python simple_port_scanner.py
Run the port scanner script.
Enter the target IP address
Input the IP address you want to scan.
Enter the starting port number
Specify the first port number in the range to scan.
Enter the ending port number
Specify the last port number in the range to scan.