当前位置: 首页 > 工具软件 > Ubertooth > 使用案例 >

README.ubertooth

牟稳
2023-12-01
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:pyside
sudo apt-get update
apt-get install libnl-dev libusb-1.0-0-dev pyside-tools

wget http://downloads.sourceforge.net/project/pyusb/PyUSB%201.0/1.0.0-alpha-2/pyusb-1.0.0a2.tar.gz
tar xvf pyusb-1.0.0a2.tar.gz
cd pyusb-1.0.0a2
python setup.py install

wget http://nchc.dl.sourceforge.net/project/libbtbb/libbtbb-0.7.tar.gz
tar xvf libbtbb-0.7.tar.gz
cd libbtbb-0.7
make
make install

wget http://downloads.sourceforge.net/project/ubertooth/ubertooth-r314.tar.gz
tar xvf ubertooth-r314.tar.gz
cd ubertooth-r314/host/specan_ui
./ubertooth-specan-ui
cd ../bluetooth_rxtx
make
./ubertooth-lap

wget http://www.kismetwireless.net/code/kismet-2011-03-R2.tar.gz
tar xvf kismet-2011-03-R2.tar.gz -C /usr/src/
mv /usr/src/kismet-2011-03-R2/ /usr/src/kismet
cd /usr/src/kismet
./configure
make
make install

cd ../kismet/plugin-ubertooth
make
make install

'pcapbtbb' logtypes= line in /usr/local/etc/kismet.conf

git clone https://github.com/greatscottgadgets/ubertooth
git clone https://github.com/greatscottgadgets/libbtbb
https://github.com/greatscottgadgets/ubertooth/wiki/Capturing-BLE-in-Wireshark
 类似资料:

相关阅读

相关文章

相关问答