doot TO NOT BREAK TERMINAL

This commit is contained in:
2025-08-07 12:09:15 -06:00
parent deba94878e
commit 253b6273e1
+1 -1
View File
@@ -10,7 +10,7 @@ def beacon_raw(SSID, length=255):
beacon = Dot11Beacon() beacon = Dot11Beacon()
essid = Dot11Elt(ID='SSID',info=RawVal(SSID), len=length) essid = Dot11Elt(ID='SSID',info=RawVal(SSID), len=length)
frame = RadioTap()/dot11/beacon/essid frame = RadioTap()/dot11/beacon/essid
print(f"{SSID}") print("FIRIN MY LAZORRRRRR")
sendp(frame, iface=iface, inter=0.250, loop=1) sendp(frame, iface=iface, inter=0.250, loop=1)
ssid_binary = 0b0101 # a few random bits to send as the SSID ssid_binary = 0b0101 # a few random bits to send as the SSID