Harald Scan is a bluetooth discovery scanner software.
The scanner will be able to determine Major and Minor device class of device, as well as attempt to resolve the device's MAC address to the largest known Bluetooth MAC address Vendor list.
The goal of this project is really to gain as many MAC addresses mapped to device vendors as possible. If you see an entry on the CLI stating that the Vendor is 'Unknown". Harald Scan probably created a file in the same directory with the first 6 characters from the MAC address with all the information it could gain from the device. This will allow me to add it to the MACLIST if I am able to determine who the Vendor is.
Installation:
1. Unpack to a directory
2. Run 'python haraldscan -b' to build database
3. You are ready to go
Usage:
usage: haraldscan.py [options]
Options:
-b --build : Builds the MAC address database. Ignores all other options and runs itself
-h --help : Shows this menu
-s --service: Does a service scan of all devices found and saves a file like a 'Unknown' vendor device would.
-w --write file : Writes the devices found to this file. Overwrites any existing file
Product's homepage
Requirements:
· Python
· Pybluez
· PySQLite
What's New in This Release: [ read full changelog ]
· This version outputs in XML format for easier parsing and viewing of data.
· 32-bit and 64-bit binaries are available for Linux.