A simple port scanner written in Python.
This script scans a range of ports on a target IP address or hostname and identifies which ports are open.
-
Scans ports from 0 to 65535.
-
Multithreaded (32 threads) for faster scanning.
-
Provides output for open ports (to decrease sender's GPU load).
-
Python 3.x
-
Libraries:
socket,threading,datetime
- Clone the repository:
git clone https://github.com/7654jp/Port-Scanner.git
- Navigate to the project directory:
cd Port-Scanner
Run the script:
python port_scanner.py
Then, enter target IP/Hostname:
Target IP/Hostname:127.0.0.1
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- MadlyAbi(Abinesh)
- Inspired by the need for a simple port scanner