Multi-threaded port scanner with service identification and vulnerability detection capabilities.
# Scan single host
python network_scanner.py 192.168.1.1
# Scan CIDR range
python network_scanner.py 192.168.1.0/24
# Custom port range
python network_scanner.py 192.168.1.1 \
--ports 1-1000