This project is a simple network scanning tool built using Python and Nmap.
It detects open ports and running services on a target machine or network.
- Python
- Nmap
- Socket Programming
- Command Line Interface (CLI)
- Scans IP addresses or domain names
- Detects open ports and services
- Displays host information and response time
- Understood how Nmap works in network reconnaissance
- Gained knowledge of TCP/IP, ports, and services
- Learned to automate network scanning with Python
│ ├── scanner.py ├── requirements.txt └── README.md