Difference between revisions of "Ubertooth"
Jump to navigation
Jump to search
Line 44: | Line 44: | ||
Test with "scan for devices" -> a lot of packets from "00:00:00:9E:8B:33" |
Test with "scan for devices" -> a lot of packets from "00:00:00:9E:8B:33" |
||
− | ==ubertooth/host/kismet/plugin-ubertooth== |
+ | ===ubertooth/host/kismet/plugin-ubertooth=== |
KIS_SRC_DIR=.../kismet-2011-03-R2 make |
KIS_SRC_DIR=.../kismet-2011-03-R2 make |
||
sudo bash |
sudo bash |
||
# KIS_SRC_DIR=.../kismet-2011-03-R2 make install |
# KIS_SRC_DIR=.../kismet-2011-03-R2 make install |
||
Supposed to dump content to .pcapdump file but file seems always pretty empty... |
Supposed to dump content to .pcapdump file but file seems always pretty empty... |
||
+ | |||
==Wireshark== |
==Wireshark== |
||
Not tried (see before) but there is a wireshark plugin in libbtbb-core/wireshark/plugins |
Not tried (see before) but there is a wireshark plugin in libbtbb-core/wireshark/plugins |
Revision as of 22:45, 24 September 2011
Intro
Common requirements
libbtbb
BT baseband library
git clone git://git.code.sf.net/p/libbtbb/code libbtbb-code make sudo make install
ubertooth tools
git svn clone https://ubertooth.svn.sourceforge.net/svnroot/ubertooth/trunk ubertooth
Spectrum analysis
ubertooth/host/specan_ui
apt-get install python-pyside.qtgui python-numpy libusb-dev
needs pyusb 1.0 -> from git
git clone https://github.com/walac/pyusb.git
Move pyusb/usb to host/specan_ui
./ubertooth-specan-ui
spectools
git svn clone https://www.kismetwireless.net/code/svn/tools/spectools cd spectools ./configure make ./spectool_gtk
Excellent spectrum view both for BT & Wi-Fi activity
Click on Wi-Fi channels at the bottom to highlight some
Sniffing
ubertooth/host/bluetooth_rxtx
make ./ubertooth_lap # LAP sniffer ./ubertooth_uap -l LAP # guess byte to get UAP
Kismet
At writing, latest release was kismet-2011-03-R2
./configure make sudo make suidinstall
See next to get ubertooth plugin
When asked to add an input, specify interface "ubertooth"
Test with "scan for devices" -> a lot of packets from "00:00:00:9E:8B:33"
ubertooth/host/kismet/plugin-ubertooth
KIS_SRC_DIR=.../kismet-2011-03-R2 make sudo bash # KIS_SRC_DIR=.../kismet-2011-03-R2 make install
Supposed to dump content to .pcapdump file but file seems always pretty empty...
Wireshark
Not tried (see before) but there is a wireshark plugin in libbtbb-core/wireshark/plugins