doot TO NOT BREAK TERMINAL
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ def beacon_raw(SSID, length=255):
|
||||
beacon = Dot11Beacon()
|
||||
essid = Dot11Elt(ID='SSID',info=RawVal(SSID), len=length)
|
||||
frame = RadioTap()/dot11/beacon/essid
|
||||
print(f"{SSID}")
|
||||
print("FIRIN MY LAZORRRRRR")
|
||||
sendp(frame, iface=iface, inter=0.250, loop=1)
|
||||
|
||||
ssid_binary = 0b0101 # a few random bits to send as the SSID
|
||||
|
||||
Reference in New Issue
Block a user