Update ssid.py

This commit is contained in:
go-outside-helper 2024-03-14 17:52:32 +01:00 committed by GitHub
parent 815a2f9bfd
commit 8d4bd9389d
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 *
@ -16,4 +16,4 @@ def PacketHandler(pkt) :
if __name__ == '__main__':
ap_list = []
sniff(iface="wlp1s0", prn = PacketHandler)
sniff(iface="wlp1s0", prn = PacketHandler)