SpoofTooph
Last Updated: 03/02/2010

Description
Spooftooph is designed to automate spoofing or cloning Bluetooth device
Name, Class, and Address. Cloning this information effectively allows Bluetooth device to hide in plain site.
Bluetooth scanning software will only list one of the devices if more than one device in range shares the same
device information when the devices are in
Discoverable Mode (specificaly the same Address).
Spooftooph has several options for Bluetooth device information modification:
Option 1: Continuously scan an area for Bluetooth devices. Make a selection on which device in the list to clone.
This option also allows for logging of the scanned devices.
Option 2: Randomly generate and assign valid Bluetooth interface information. The
class and
address are
randomly generated and the
name is derived from a list of the top 100 most common names in US and the type of device. For example if the
randomly generated
class is a phone, SpoofTooph might generate the name "Bob's Phone".
Option 3: Specify the
name, class, and
address a user wishes for the Bluetooth interface to have.
Option 4: Read in the log of previous scans and select a device to clone. Users can also manually add Bluetooth profiles to these log files.
Option 5: Incognito mode. Scan for and clone new devices at user assigned intervals.
This tool is heavily based on
bdaddr (by Marcel Holtmann) and
hciconfig
(by Qualcomm Incorporated, Maxim Krasnyansky, and Marcel Holtmann) from
BlueZ.
Download
Name: spooftooph-01.tar.gz
Size: 13.7 KB
MD5: 5937c429eda3d329c62d8d0224ca8bf2
Download: Click Here
Usage
To modify the Bluetooth adapter, spooftooth must be run with root privileges.
Spooftooph offers five modes of usage:
1) Specify NAME, CLASS and ADDR.
> spooftooph -i hci0 -n new_name -a 00:11:22:33:44:55 -c 0x1c010c
2) Randomly generate NAME, CLASS and ADDR.
> spooftooph -i hci0 -r
3) Scan for devices in range and select device to clone. Optionally dump the device
information in a specified log file.
> spooftooph -i hci0 -s -d file.log
4) Load in device info from log file and specify device info to clone.
> spooftooph -i hci0 -l file.log
5) Clone a random devices info in range every X seconds.
> spooftooph -i hci0 -t 10
Log
v 0.1 - 03/02/2010
- Initial Release