kismet icon indicating copy to clipboard operation
kismet copied to clipboard

Bluetooth hci0 running but not finding anything

Open phantomdennis opened this issue 6 years ago • 0 comments

I am having issues getting the bluetooth scanning working. I can see the source on the web UI. It also says that it is running but I do not see any devices found. Any suggestions on how to get this working? Here is the last bit from the console. I appreciate any help.

INFO: Starting Kismet web server...
INFO: Started http server on port 2501
INFO: Found type 'linuxbluetooth' for 'hci0'
INFO: Data source 'hci0' launched successfully

The system is a Kali image in Virtual box with the (2019.08.R2-0kali1) package installed. The bluetooth hardware is a usb UD100 running as hci0 and I can scan with hcitool an also btscanner. Here is an example of the output:

xxx@jr:# hcitool scan
Scanning ...
	XX:XX:XX:XX:E3	ScanTarget1

btscanner output

RSSI:    +0   LQ:  000    TXPWR:  Cur   +0                                       
 Address:       XX:XX:XX:XX:XX:E3            
 Found by:     XX:XX:XX:XX:XX:A9         
 OUI owner:   Samsung Electronics Co.,Ltd      
 First seen:    2019/08/30 15:07:22            
 Last seen:     2019/08/30 15:07:22           
 Name:          Galaxy S9+              
 Vulnerable to:                    
 Clk off:        0x19eb            
 Class:          0x5a020c          
                    Phone/Smart phone   
 Services:      Networking,Capturing,Object Transfer,Telephony

 HCI Version       
 -----------      
 LMP Version:  n/a (n/a) LMP Subversion: n/a
 Manufacturer: n/a (n/a)                                
 HCI Features                
 ------------                
 Features:     n/a n/a n/a n/a

I'm not sure if the errors below are related to the issue above, but I thought it was worth mentioning.

xxx@jr:# service bluetooth status
● bluetooth.service - Bluetooth service
   Loaded: loaded (/lib/systemd/system/bluetooth.service; enabled; vendor preset: disabled)
   Active: active (running) since Fri 2019-08-30 14:12:51 EDT; 45min ago
     Docs: man:bluetoothd(8)
 Main PID: 12815 (bluetoothd)
   Status: "Running"
    Tasks: 1 (limit: 2313)
   Memory: 3.1M
   CGroup: /system.slice/bluetooth.service
           └─12815 /usr/lib/bluetooth/bluetoothd

Aug 30 14:12:51 jr bluetoothd[12815]: Starting SDP server
Aug 30 14:12:51 jr bluetoothd[12815]: Bluetooth management interface 1.14 initialized
Aug 30 14:12:51 jr bluetoothd[12815]: Sap driver initialization failed.
Aug 30 14:12:51 jr bluetoothd[12815]: sap-server: Operation not permitted (1)
Aug 30 14:12:51 jr bluetoothd[12815]: Endpoint registered: sender=:1.187 path=/MediaEndpoint/A2DPSink/sbc
Aug 30 14:12:51 jr bluetoothd[12815]: Endpoint registered: sender=:1.187 path=/MediaEndpoint/A2DPSource/sbc
Aug 30 14:12:51 jr bluetoothd[12815]: Endpoint registered: sender=:1.62 path=/MediaEndpoint/A2DPSink/sbc
Aug 30 14:12:51 jr bluetoothd[12815]: Endpoint registered: sender=:1.62 path=/MediaEndpoint/A2DPSource/sbc
Aug 30 14:12:51 jr bluetoothd[12815]: RFCOMM server failed for Headset Voice gateway: rfcomm_bind: Address already in use (98)
Aug 30 14:12:51 jr bluetoothd[12815]: RFCOMM server failed for :1.62/Profile/HSPHSProfile/00001108-0000-1000-8000-00805f9b34fb: rfcomm_bind: Address already in use (98)

phantomdennis avatar Aug 30 '19 19:08 phantomdennis