Share
## https://sploitus.com/exploit?id=FB660EFD-1451-5640-A768-43F36C4A8ED4
This repository contains a PoC (Proof of Concept) code for the BlueBorne vulnerabilities. The BlueBorne vulnerabilities are a set of vulnerabilities in the Bluetooth Low Energy (BLE) protocol that allow an attacker to remotely execute code on a device. The vulnerabilities were discovered in 2017 and affect various devices, including Android and Linux systems.

The repository contains a PoC code for the Android RCE (Remote Code Execution) vulnerability (CVE-2017-0781) and the SDP (Service Discovery Protocol) Information leak vulnerability (CVE-2017-0785). The code is written in Python and uses the PyBluez library to interact with the Bluetooth stack.

The PoC code is designed to demonstrate the exploitation of the BlueBorne vulnerabilities and is not intended for malicious use. The code is provided for educational and research purposes only.

The PoC code consists of several files, including:

`bluedroid.py`: This file contains the implementation of the BlueBorne exploit for Android.
`btsock.py`: This file contains the implementation of the Bluetooth socket library used by the PoC code.
`connectback.py`: This file contains the implementation of the connect-back shellcode used by the PoC code.
`doit.py`: This file contains