Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
C-PoC-for-CVE-2024-21306 — Proof-of-concept exploit for CVE-2024-21306 targeting Bluetooth stacks. Demonstrates vulnerability exploitation via Bluetooth interface manipulation using BlueZ and PyBluez dependencies. | Kitploit
Tools/GitHubGitHub/d4rks1d33/c-poc-for-cve-2024-21306
Bluetooth SecurityVulnerability AnalysisExploitationWireless SecurityPenetration TestingHardware & IoT Security
GitHubd4rks1d33/c-poc-for-cve-2024-21306

C-PoC-for-CVE-2024-21306

Proof-of-concept exploit for CVE-2024-21306 targeting Bluetooth stacks. Demonstrates vulnerability exploitation via Bluetooth interface manipulation using BlueZ and PyBluez dependencies.

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
52 years agoNot yet reviewed

install dependencies from apt

sudo apt install -y bluez-tools bluez-hcidump libbluetooth-dev git gcc python3-pip python3-setuptools python3-pydbus

install pybluez from source

git clone https://github.com/pybluez/pybluez.git

cd pybluez

sudo python3 setup.py install

build bdaddr from the bluez source

cd ~/

git clone --depth=1 https://github.com/bluez/bluez.git

gcc -o bdaddr ~/bluez/tools/bdaddr.c ~/bluez/src/oui.c -I ~/bluez -lbluetooth

sudo cp bdaddr /usr/local/bin/

compile

gcc -o CVE-2024-21306 CVE-2024-21306.c -lbluetooth

usage

./CVE-2024-21306 interface keyboard_address computer_address

Download Tool