Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 339 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 339 Bytes

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