From 253b6273e18a236657583ac0609b89c010979853 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Thu, 7 Aug 2025 12:09:15 -0600 Subject: [PATCH] doot TO NOT BREAK TERMINAL --- h00th00t.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/h00th00t.py b/h00th00t.py index 188afd0..0b6e6a8 100644 --- a/h00th00t.py +++ b/h00th00t.py @@ -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