-
Notifications
You must be signed in to change notification settings - Fork 8
DoS
`Mr-IoT` edited this page May 1, 2026
·
1 revision
Denial-of-service / resource-exhaustion modules. Path: modules/dos/.
⚠️ DoS modules disrupt the target. Run only against equipment you own or have explicit written authorization to test.
| Module | Technique |
|---|---|
bluesmack |
Oversized L2CAP echo (classic "ping of death") |
l2ping_flood |
Sustained l2ping flood |
a2dp_flood |
A2DP packet flood — saturates audio profile |
notify_flood |
GATT notification flood |
sdp_flood |
SDP service-record flood |
rfcomm_flood |
RFCOMM session flood |
rfcomm_msc_flood |
RFCOMM MSC frame flood |
rfcomm_state_change_deadlock |
Forces RFCOMM state-change deadlock |
rfcomm_check_security_null |
NULL-deref on RFCOMM security check |
xiaomi_rfcomm_dlci_flood |
Xiaomi-specific DLCI flood |
| Option | Meaning |
|---|---|
TARGET |
Target MAC |
IFACE |
Local HCI device |
COUNT |
Packets to send (0 = unlimited) |
INTERVAL |
Delay between packets (seconds) |
SIZE |
Payload size (where applicable) |
bsploit > use dos/bluesmack
bsploit (dos/bluesmack) > set TARGET AA:BB:CC:DD:EE:FF
bsploit (dos/bluesmack) > set SIZE 600
bsploit (dos/bluesmack) > run
BlueSploit · MIT License · For authorized security research only · Issues · Disclaimer
Getting Started
Modules
Hardware & Internals
Help