项目作者: lucaboni92

项目描述 :
BlueFuzz is a Bluetooth fuzz tester. The scanner is general purpose, while the pseudo-random data generator is customized for OBDII - Bluetooth car adapter.
高级语言: Python
项目地址: git://github.com/lucaboni92/BlueFuzz.git
创建时间: 2017-03-16T10:43:38Z
项目社区:https://github.com/lucaboni92/BlueFuzz

开源协议:GNU General Public License v3.0

下载


BlueFuzz

BlueFuzz is a Bluetooth fuzz tester.
The scanner (bluetooth_scanner.py) is general purpose, while the pseudo-random data generator is customized for OBDII-Bluetooth car adapter.

NOTE: needs tshark installed and root privileges to create .pcap output file with bluetooth traffic

Prerequisites

  1. sudo apt-get install bluetooth
  2. sudo apt-get install bluez
  3. sudo apt-get install python-bluez
  4. sudo apt-get install libbluetooth-dev bluez-hcidump libboost-python-dev libboost-thread-dev libglib2.0-dev
  5. sudo apt-get install tshark
  6. pip install pybluez gattlib
  7. sudo adduser lp $(whoami)
  8. sudo reboot

Scanning for bluetooth devices with BlueFuzz

  1. sudo python bluetooth_scanner.py