Haraldscan – BlueTooth Discovery Scanner
I thought a while ago about posting some stuff on Bluetooth hacking, but never got round to it. Have posted a couple of new articles on Bluetooth but haven’t yet posted any tools. So let’s start with Haraldscan – a Bluetooth discovery scanner.
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 to obtain as many MAC addresses mapped to device vendors as possible.
Requirements
- Python 2.6
- Pybluez
- PySQLite
Installation
- Unpack to a directory
- Run python haraldscan -b to build database
- python haradscan [Options] to run Harald Scan
You can download Haraldscan here:
haraldscan-0.3.tar.gz
haraldscan_osx-0.3.tar.gz – Mac OS X Testing Version
Or read more here.
Recent in Hacking Tools:
- Web-Sorrow v1.48 – Version Detection, CMS Identification, Enumeration & Server Scanning Tool
- CrowdRE – Crowdsourced Reverse Engineering Service From CrowdStrike
- XMPPloit – A Tool to Attack XMPP Connections
Related Posts:
- No Your Car CANNOT get a Bluetooth Virus
- LFIMAP – Scan For Files Vulnerable To LFI (Local File Inclusion)
- LLTD – Link Layer Topology Discovery Protocol
Most Read in Hacking Tools:
- Top 15 Security/Hacking Tools & Utilities - 1,793,740 views
- Brutus Password Cracker – Download brutus-aet2.zip AET2 - 992,015 views
- wwwhack 1.9 – Download wwwhack19.zip Web Hacking Tool - 587,040 views


Posted in:


Interesting tool, I wrote an article about hacking bluetooth in my blog some time ago (sorry, but it’s in Spanish), but at that time, a didn’t know this tool.
One more to my security tools list, thanks!