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.
Tweet
Recent in Hacking Tools:
- Arachni v0.4 Released – High-Performance (Open Source) Web Application Security Scanner Framework
- Patator – Multi Purpose Brute Forcing Tool
- MySQLPasswordAuditor – Free MySQL Audit/Password Recovery & Cracking Tool
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,631,071 views
- Brutus Password Cracker – Download brutus-aet2.zip AET2 - 899,346 views
- wwwhack 1.9 – Download wwwhack19.zip Web Hacking Tool - 505,433 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!