mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-25 18:19:07 -04:00
Update icmp_ping_sweep.py
This commit is contained in:
parent
2693f61ca6
commit
82a16bfbd7
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user