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: about 1 month ago
JSON representation

Blueborne CVE-2017-0785 Android information leak vulnerability

Lists

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
```