BlueBorne Exploits & Framework This repository contains a PoC code of various exploits for the BlueBorne vulnerabilities. Under 'android' exploits for the Android RCE vulnerability (CVE-2017-0781), and the SDP Information leak vulnerability (CVE-2017-0785) can be found. Under 'linux-bluez' exploits for the Linux-RCE vulnerability (CVE-2017-1000251) can be found (for Amazon Echo, and Samsung Gear S3). Under 'l2cap_infra' a general testing framework to send and receive raw l2cap messages (using scapy) can be found. Under 'nRF24_BDADDR_Sniffer' a tool to capture bluetooth mac addresses (BDADDR) over the air, using a nRF24L01 chip For more details on BlueBorne, you may read the full technical white paper available here: https://www.armis.com/blueborne/ In addition a several detailed blog posts on the exploitation of these vulnerability can be found here: https://www.armis.com/blog/ =============== Dependencies:# Blue-Borne
BlueBorne Exploits & Framework This repository contains a PoC code of various exploits for the BlueBorne vulnerabilities. Under 'android' exploits for the Android RCE vulnerability (CVE-2017-0781), and the SDP Information leak vulnerability (CVE-2017-0785) can be found. Under 'linux-bluez' exploits for the Linux-RCE vulnerability (CVE-2017-1000251) can be found (for Amazon Echo, and Samsung Gear S3). Under 'l2cap_infra' a general testing framework to send and receive raw l2cap messages (using scapy) can be found. Under 'nRF24_BDADDR_Sniffer' a tool to capture bluetooth mac addresses (BDADDR) over the air, using a nRF24L01 chip For more details on BlueBorne, you may read the full technical white paper available here: https://www.armis.com/blueborne/ In addition a several detailed blog posts on the exploitation of these vulnerability can be found here: https://www.armis.com/blog/ =============== Dependencies:
[4.0K] /data/pocs/4b3d4583938cf7a3d173d796f75ba47966da3b6f
├── [4.0K] android
│ ├── [1.1K] bluedroid.py
│ ├── [1.2K] btsock.py
│ ├── [2.2K] connectback.py
│ ├── [7.2K] doit.py
│ ├── [1.3K] README.md
│ ├── [4.6K] sdp.py
│ └── [1.3K] utils.py
├── [ 38K] blueborne-master.zip
├── [4.0K] l2cap_infra
│ ├── [ 20K] l2cap_infra.py
│ ├── [ 667] pcap_file.py
│ ├── [ 443] README.md
│ └── [1.1K] traced_bt_user_sock.py
├── [1.2K] LICENSE
└── [ 948] README.md
2 directories, 14 files