Port-Phantom is a fast and stealth-oriented TCP port scanning tool built using Python. Designed for cybersecurity learners and network enthusiasts, it helps identify open ports on a target system using efficient multithreading and clean error handling.
A fast multithreaded port scanner written in Python.
⚡ High-speed multithreaded scanning
🕵️ Stealthy scanning with silent error handling (no timeout spam)
🎯 Accurate detection of open TCP ports
🧵 Thread-per-port architecture for efficiency
🖥️ Cross-platform support (Linux, Windows, macOS)
📝 Beginner-friendly code structure
python3 port_scanner.py TARGET START_PORT END_PORT
🌐 Website: https://aary2408.github.io/Port-Phantom/