Ubertooth One on BackTrack
 Up and running with Ubertooth One on BackTrack
We've noticed several outdated blog posts with instructions on how to
 get the Ubertooth One sniffer up and running. We took the opportunity 
to centralize all this information, and keep an up-to-date howto on our 
wiki.
 Make sure your repos are updated
root@bt:~# apt-get update
root@bt:~# apt-get dist-upgrade
root@bt:~# apt-get update
 Uninstall old python USB libraries
root@bt:~# apt-get remove python-usb 
 Install pyside and dependencies
root@bt:~# apt-get install python-software-properties
root@bt:~# add-apt-repository ppa:pyside
root@bt:~# apt-get update
root@bt:~# apt-get install libnl-dev pyside-tools libusb-1.0-0-dev
 Get an updated version of pyusb
root@bt:~# wget http://sourceforge.net/projects/pyusb/files/PyUSB%201.0/1.0.0-alpha-2/pyusb-1.0.0a2.tar.gz/download -O pyusb-1.0.0a2.tar.gz
root@bt:~# tar xvf pyusb-1.0.0a2.tar.gz
root@bt:~# cd pyusb-1.0.0a2
root@bt:~# python setup.py install
root@bt:~# cd ..
 Install libbtbb
root@bt:~# wget http://sourceforge.net/projects/libbtbb/files/libbtbb-0.8.tar.gz/download -O libbtbb-0.8.tar.gz
root@bt:~# tar xf libbtbb-0.8.tar.gz
root@bt:~# cd libbtbb-0.8
root@bt:~# make
root@bt:~# make install
root@bt:~# cd ..
 Download ubertooth and verify it works
root@bt:~# wget http://sourceforge.net/projects/ubertooth/files/ubertooth-r534.tar.gz/download -O ubertooth-r534.tar.gz
root@bt:~# tar xf ubertooth-r534.tar.gz
root@bt:~# cd ubertooth-r534/host/specan_ui
root@bt:~# ./ubertooth-specan-ui
 
 Where to go from here
 Resources collected from
 
 
Comments