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
CVE-2024-34463 | Kitploit
Tools/GitHubGitHub/yash-chandna/cve-2024-34463
Bluetooth SecurityIoT SecurityVulnerability AnalysisExploitationWireless SecurityHardware & IoT Security
GitHubyash-chandna/cve-2024-34463

CVE-2024-34463

View Repository
1 year agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2024-34463

Affected Devices: BPL Smart Weighing Scale PWS-01-BT (https://www.bplmedicaltechnologies.com/product-details/weighing-scales/personal-weighing-scale-pws-01bt/)

Vulnerability: Insufficient security in the Bluetooth communication between the digital weighing scale and the associated app (https://bpl-bewell.en.aptoide.com/app)

Collaborator: Hanit Thakur

Steps to run the exploit

Install libbluetooth-dev if not installed already using this command:

sudo apt-get update && apt-get install libbluetooth-dev

Compile the BLE Scanner:

cc scanner.c -o scanner -l bluetooth

Run the exploit:

python3 run.py

Download Tool