Want to get a bit geekier with your ping sweeps? Python Scapy can be used to
create, modify, send, and intercept network packets and any TCP/IP layer. Here
is a simple ping sweep script with Python Scapy:
!/usr/bin/python from scapy.all import * TIMEOUT = 2 conf.verb = 0