From 82a16bfbd7229e825e8f7c599aa2a245cb4c6798 Mon Sep 17 00:00:00 2001 From: go-outside-helper <138340846+go-outside-helper@users.noreply.github.com> Date: Thu, 14 Mar 2024 17:27:04 +0100 Subject: [PATCH] Update icmp_ping_sweep.py --- Network_and_802.11/scapy/icmp_ping_sweep.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Network_and_802.11/scapy/icmp_ping_sweep.py b/Network_and_802.11/scapy/icmp_ping_sweep.py index 706e28f..7793af5 100644 --- a/Network_and_802.11/scapy/icmp_ping_sweep.py +++ b/Network_and_802.11/scapy/icmp_ping_sweep.py @@ -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() \ No newline at end of file + sweep()