Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.45 KB

README.md

File metadata and controls

49 lines (35 loc) · 1.45 KB

Blueborne Android Scanner

Greetz

shouts to sh3llg0d, an0n_l1t3, daemochi, akatz!!!!

Overview

Bluetooth scanner for blueborne-vulnerable devices, Android only for the moment

Quickstart

git clone https://github.com/hook-s3c/blueborne-scanner.git
cd blueborne-scanner
sudo chmod +x ./bluebornescan.py
pip install -r ./requirements.txt

./bluebornescan.py

Breakdown

  1. Scans for local bluetooth devices
  2. Looks up the OUI of the MAC to see if it matches vulnerable devices

Notes

I'm still learning python, there are no unit tests, sorry.

There is no support, fork/PR as you wish. MIT license, so attribution is mandatory.

References