A network port scanner written in Python is a useful tool for cybersecurity professionals to detect open ports and vulnerabilities in a target system. With a focus on reliability and simplicity.
i) Git
ii) Python3
git clone https://github.com/Akash7350/Network-port-scanner
cd port-scanner
Functionality | Command |
---|---|
Scan single IP | python3 scanner.py |
Scan IP range | python3 scanner.py <ip_start>-<ip_end> |
Scan specific ports | python3 scanner.py -p <port_range> |
Scan all ports | python3 scanner.py -p all |
Example: python3 scanner.py 192.168.1.1 0 50