-
Notifications
You must be signed in to change notification settings - Fork 8
Module Categories
`Mr-IoT` edited this page May 1, 2026
·
1 revision
BlueSploit ships 101 modules across six categories. Module paths follow category/name (e.g. exploits/knob).
| Category | Count | Purpose |
|---|---|---|
| Exploits | 69 | CVE-backed PoCs targeting BT/BLE stacks |
| DoS | 10 | Denial-of-service / resource exhaustion |
| Scanners | 5 | Vulnerability identification |
| Recon | 6 | Discovery, fingerprinting, enumeration |
| Auxiliary | 6 | Sniffers, fuzzers, hardware tools |
| Post-Exploitation | 5 | Actions after a successful exploit |
python3 bluesploit.py --list # CLI: list every moduleIn the console:
bsploit > show modules # everything
bsploit > show exploits # one category
bsploit > search rfcomm # name/description search
Most modules share a small option vocabulary:
| Option | Meaning |
|---|---|
TARGET |
Target MAC (AA:BB:CC:DD:EE:FF) |
IFACE |
Local HCI device (hci0, hci1) |
TIMEOUT |
Per-operation timeout in seconds |
DURATION |
Scan/run length in seconds |
THREADS |
Parallel workers (where applicable) |
WORDLIST |
Path to a wordlist (PIN/passkey modules) |
DEBUG |
Verbose output |
show options always lists the exact set for that module.
BlueSploit · MIT License · For authorized security research only · Issues · Disclaimer
Getting Started
Modules
Hardware & Internals
Help