scripts/libbtbb-2015-10-R1/python/pcaptools
Paul Walko 6330636b28 ubertooth script 2016-12-17 04:18:30 -05:00
..
pcapdump ubertooth script 2016-12-17 04:18:30 -05:00
tests ubertooth script 2016-12-17 04:18:30 -05:00
CMakeLists.txt ubertooth script 2016-12-17 04:18:30 -05:00
Makefile ubertooth script 2016-12-17 04:18:30 -05:00
README ubertooth script 2016-12-17 04:18:30 -05:00
btaptap ubertooth script 2016-12-17 04:18:30 -05:00
setup.py ubertooth script 2016-12-17 04:18:30 -05:00
setup.py.in ubertooth script 2016-12-17 04:18:30 -05:00

README

This directory contains supplemental tools for working with pcap files produced
by libbtbb.  (Actually libbtbb doesn't produce such files by itself at this
time, but you can produce them with the Ubertooth tools.

These tools are not automatically installed as part of the libbtbb
installation but can be used right out of this directory or manually installed.

pcapdump: a Python module for pcap

Pcapdump us used by btaptap to read and write pcap files.  It should work with
python 2.4 and above (python 3 support requires using the 2to3 tool).


btaptap: a Bluetooth keyboard sniffer

Many Bluetooth keyboards operate by default in "boot mode" which features
simplified HID messaging that can be interpreted, for example, by a PC BIOS.
Some of those keyboards also transmit these messages over unencrypted
Bluetooth.  This tool can be used to extract keystrokes from such
transmissions.