mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-26 18:49:08 -04:00
Update ssid.py
This commit is contained in:
parent
815a2f9bfd
commit
8d4bd9389d
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user