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