Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 21 days 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 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-23T05:11:45.000Z (about 7 years ago)
- Last Synced: 2024-08-05T17:41:04.564Z (4 months ago)
- Topics: blueborne, cve-2017-0785, exploit, poc
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 460
- Watchers: 46
- Forks: 188
- Open Issues: 1
-
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
```