A simple command-line port scanner written in Python.
This port scanner allows users to scan for open or closed ports on a specified IP address. It provides three scan options: Common Ports Scan, Specific Port Scan, and Full Scan.
- Common Ports Scan: Scans a predefined list of common ports.
- Specific Port Scan: Scans a user-specified port.
- Full Scan: Scans all ports within the specified range.
- Python 3.x
- [Optional] Virtual environment (recommended for isolating dependencies)