https://github.com/ojasookert/CVE-2017-0785
Blueborne CVE-2017-0785 Android information leak vulnerability
https://github.com/ojasookert/CVE-2017-0785
blueborne cve-2017-0785 exploit poc
Last synced: 4 months ago
JSON representation
Blueborne CVE-2017-0785 Android information leak vulnerability
- Host: GitHub
- URL: https://github.com/ojasookert/CVE-2017-0785
- Owner: ojasookert
- Created: 2017-09-20T23:32:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T05:11:45.000Z (about 8 years ago)
- Last Synced: 2024-11-21T16:40:03.997Z (12 months ago)
- Topics: blueborne, cve-2017-0785, exploit, poc
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 462
- Watchers: 45
- Forks: 186
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - ojasookert/CVE-2017-0785 - Blueborne CVE-2017-0785 Android information leak vulnerability (Python)
README
# 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.
```
sudo apt-get install bluetooth libbluetooth-dev
sudo pip install pybluez
sudo pip install pwntools
```