A network scanner using python!
This script can
- Scan a single IP or a multiple range of IPs for open ports.
- Scan the open ports using Nmap.
- Block an IP if it connects to an open port.
- Sniff incoming packets and generate an alert if the source address does not match the interface IP.