This Python script provides a straightforward tool for scanning IP addresses to find open ports. It's useful for network administrators and cybersecurity professionals to assess network security or discover services running on a networked device.
- Scans specified IP addresses for open ports.
- Designed for simplicity and ease of use.
- Python 3.x
- Git
sudo apt-get install gitClone the repository to your local machine:
git clone https://github.com/Zer0plusOne/ip.port.scanner.git- Navigate to the project directory and run the script with Python.
cd ip.port.scanner- Execute the file via common python ussage:
python3 port_scanner.pyThis tool is intended for educational and legal use only, and not for executing unauthorized security scans. Please ensure you have permission to scan the target network or device.
Contributions to the project are welcome. Please fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.