Jammer Kali Linux ((link)): Bluetooth
while true; do echo "[+] Packet sent to $target_addr – Packet size: $packet_size" $cmd & sleep .200 done
Bluetooth technology has become an essential part of our daily lives, from connecting our headphones to our smartphones to transmitting files between devices. However, with the increasing reliance on Bluetooth, the risk of unauthorized access and eavesdropping has also grown. In this blog post, we will explore how to create a Bluetooth jammer using Kali Linux, a popular penetration testing distribution.
: Scans for active, discoverable devices. Running hcitool scan maps standard Bluetooth devices, while hcitool lescan looks for Bluetooth Low Energy (BLE) beacons.
Kali Linux does provide high-power RF hardware. Your laptop’s Bluetooth adapter is limited to Class 2 (approx. 10 meters) and cannot generate enough noise to “jam” anything effectively. Instead, Kali provides tools for protocol-level disruption .
Modern firmware often mitigates known DoS vulnerabilities. Disable Bluetooth: Turn off Bluetooth when not in use. bluetooth jammer kali linux
Bluetooth Low Energy devices rely heavily on three dedicated advertising channels (37, 38, and 39) to establish connections. Tools like or custom Python scripts using the Scapy library can be configured to continuously flood these specific channels with spoofed connection requests or corrupted advertising packets. This prevents legitimate master devices (like smartphones) from discovering or connecting to the peripheral (like a smart lock). Method C: BD_ADDR Spoofing and Connection Hijacking
Bluetooth technology is integrated into billions of modern devices, including wireless earphones, smart home automation, medical equipment, and automotive control systems. While convenient, the underlying protocols present security vulnerabilities.
# First, scan for target devices hcitool scan # Start a DoS attack using l2ping l2ping -i hci0 -s 600 -f [TARGET_MAC_ADDRESS] Use code with caution. -i hci0 : Defines the Bluetooth adapter (usually hci0 ). -s 600 : Sets the packet size (600 bytes). -f : Floods the device with requests. 2. Websploit
The target device often cannot process the oversized packet and becomes unusable or disconnects. 3. Bluetooth DoS Script (BDS) while true; do echo "[+] Packet sent to
This public link is valid for 7 days and shares a thread, including any personal information you added. This link or copies made by others cannot be deleted. If you share with third parties, their policies apply. Can’t copy the link right now. Try again later. Атаки на Bluetooth. Часть 1 / Хабр
To automate the process, you can create a simple script using bash or python . Here is an example script:
This will list the MAC addresses and names of nearby Bluetooth devices.
Jammy is a Swiss Army knife for pentesters that bundles Bluetooth/ BLE spammers and various other exploits. It works best with Kali Linux and simplifies the process of running complex attacks. Jammy integrates pybluez for Bluetooth functionality. : Scans for active, discoverable devices
Turn off Bluetooth on smartphones, laptops, and IoT devices when not actively in use.
sudo hciconfig hci0 down sudo hciconfig hci0 up sudo hcitool -i hci0
btle-jack is a specialized tool for hijacking Bluetooth Low Energy keyboards. With a small modification, it can send random keystroke commands or disconnect packets.