mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-05-02 14:56:10 -04:00
Update ssid.py
This commit is contained in:
parent
815a2f9bfd
commit
8d4bd9389d
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue