This Port Seeker : A python Port Scanner is a simple tool that allows you to scan ports on a target IP address or hostname. It supports TCP, UDP, and SYN scanning methods and provides real-time feedback on open ports.
- Scan TCP, UDP, or SYN ports on a target IP address or hostname.
- Multi-threaded scanning for faster results.
- Real-time feedback on open ports.
- Save scan results to a file for later analysis.

- Clone the repository: git clone https://github.com/subchat/Network-Port-Scanner.git
- Navigate to the repository directory: You directly have the source file to run.
- Run the port scanner: It's being a GUI model(Tkinter) it can run both in linux and windows. Start Scanning now.
- Enter the target IP address or hostname.
- Specify the port range to scan (e.g., 1-100, 80, 443).
- Choose the scan type (TCP, UDP, or SYN).
- Enter the number of threads to use for scanning.
- Provide a filename to save the scan results.
- Click the "Scan" button to start the scan.
- View the scan status and results in the GUI window.
- Python 3.x
- tkinter (for GUI)
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.