Bluetooth Devices recon and exploitation!
#### For non-le devices
sudo hcitool -h -help command
sudo hcitool scan
- scan for the non LE (Low - Energy) Devices
sudo hcitool info
- to get the details of the remote devices
sudo hcitool cc
- to get connect with devices
#### For LE devices
sudo hcitool lescan
- scan for the LE Devices
sudo hcitool leinfo
- to find the device information about the LE device
sudo hcitool lecc
- to get connect with LE devices
#sudo hcitool