Update icmp_ping_sweep.py

This commit is contained in:
go-outside-helper 2024-03-14 17:27:04 +01:00 committed by GitHub
parent 2693f61ca6
commit 82a16bfbd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,6 @@
#!/usr/bin/env python
__author__ = "bt3"
__author__ = "Mia Stein"
from scapy.all import *
import netaddr
@ -30,4 +30,4 @@ def sweep():
print "Out of " + str(addresses.size) + " hosts, " + str(liveCounter) + " are online."
if __name__ == '__main__':
sweep()
sweep()