Closed BG7UHS closed 5 months ago
It happens when bluetoothctl devices
returns an empty list. It's a strange test, since you can attack a BT device that isn't broadcasting.
For playing around and POC, just remove the check on lines 661-665
# List devices to see if any are connected
result = subprocess.run(['bluetoothctl', 'devices'], capture_output=True, text=True)
#if "Device" not in result.stdout:
#print("{reset}[{red}!{reset}] {red}CRITICAL{reset}: No Compatible {blue}Bluetooth devices{reset} are connected.")
#return False
extremely grateful
The previous version is still usable