From 8d4bd9389d1cda717d4748381330c71b225df277 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:52:32 +0100 Subject: [PATCH] Update ssid.py --- Network_and_802.11/scapy/ssid.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Network_and_802.11/scapy/ssid.py b/Network_and_802.11/scapy/ssid.py index b2d331e..f6b9b10 100644 --- a/Network_and_802.11/scapy/ssid.py +++ b/Network_and_802.11/scapy/ssid.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -__author__ = "bt3" +__author__ = "Mia Stein" from scapy.all import * @@ -16,4 +16,4 @@ def PacketHandler(pkt) : if __name__ == '__main__': ap_list = [] - sniff(iface="wlp1s0", prn = PacketHandler) \ No newline at end of file + sniff(iface="wlp1s0", prn = PacketHandler)