Kali-Dada/Python-port-scanner

GitHub: Kali-Dada/Python-port-scanner

Stars: 0 | Forks: 0

# 🌐 Python Port Scanner ### ⚡ A simple Python tool to scan open ports on a target host.
## 📖 About The Project The **Python Port Scanner** is a cybersecurity mini project built using Python. It scans a target IP address or domain and detects **open ports** running on the system. This project helps beginners understand: - Networking Basics - TCP Connections - Socket Programming - Cybersecurity Fundamentals ## ✨ Features
| Feature | Status | |---------|--------| | Scan Open Ports | ✅ | | Fast TCP Connection Check | ✅ | | Target IP/Domain Support | ✅ | | Beginner Friendly | ✅ | | Lightweight Tool | ✅ |
## 🛠️ Tech Stack

## 📂 Project Structure python-port-scanner/ │ ├── port_scanner.py ├── README.md └── screenshot.png ## ▶️ How To Run ### 1️⃣ Clone Repository git clone https://github.com/your-username/python-port-scanner.git ### 2️⃣ Open Project Folder cd python-port-scanner ### 3️⃣ Run Python Script python port_scanner.py ## 📸 Preview
Enter Target IP: scanme.nmap.org Scanning Target... Port 22 : OPEN Port 80 : OPEN Port 443 : OPEN
## 🧠 How It Works The scanner: 1. Takes a target IP or domain 2. Connects using Python sockets 3. Checks if ports are open 4. Displays active/open ports ## 👨‍💻 Author ### KALI