Tools for Recon Bluetooth Devices by using Kali Linux
Bluetooth is a known technology among the general public as all are using it while connecting headphones, earphones, etc. But like other technologies, Bluetooth is also not secure. This blog list tools used for recon Bluetooth devices by using Kali Linux.
hciconfig
This command is used to configure Bluetooth devices. By using the below command, you can initiate the Bluetooth interface.
hciconfig hci0 up
hcitool
This command is used to configure Bluetooth connections.
To run a low-energy scan:
sudo hcitool lescan
Bluesniff
This tool is used to discover Bluetooth devices.
sdptool
This command queries Bluetooth devices and helps in configuring permissions.
sdptool browser <bluetooth-address>
gatttool
This command is used to analyze Bluetooth Low-Energy (BLE) devices. Here, you need to know the BLE address of the target.
sudo gatttool -I -b <BLE-Address>
ubertooth-btle
This command is used to sniff BLE packets.
btscanner
This tool is used to scan Bluetooth devices.
Subscribe us to receive more such articles updates in your email.
If you have any questions, feel free to ask in the comments section below. Nothing gives me greater joy than helping my readers!
Disclaimer: This tutorial is for educational purpose only. Individual is solely responsible for any illegal act.