Skip to content

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

License

Notifications You must be signed in to change notification settings

lucaboni92/BlueFuzz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

sudo apt-get install bluetooth
sudo apt-get install bluez
sudo apt-get install python-bluez

sudo apt-get install libbluetooth-dev bluez-hcidump  libboost-python-dev libboost-thread-dev libglib2.0-dev

sudo apt-get install tshark

pip install pybluez gattlib

sudo adduser lp $(whoami)
sudo reboot

Scanning for bluetooth devices with BlueFuzz

sudo python bluetooth_scanner.py

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages