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
Tools/GitHubGitHub/ojasookert/cve-2017-0785
Android SecurityBluetooth SecurityVulnerability AnalysisExploitationInformation GatheringMobile Security
GitHubojasookert/cve-2017-0785

CVE-2017-0785

Blueborne CVE-2017-0785 Android information leak vulnerability

View Repository
46318148 years agoReviewed by Kitploit

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-2017-0785 PoC

This is just a personal study based on the Android information leak vulnerability released by Armis.

Further reading: https://www.armis.com/blueborne/

To run, be sure to have pybluez and pwntools installed.

root@kitploit:~
sudo apt-get install bluetooth libbluetooth-dev
sudo pip install pybluez
sudo pip install pwntools
Download Tool