bluing
bluing copied to clipboard
An intelligence gathering tool for hacking Bluetooth
The commands below that I use are used to identify LE scans and LE device information via the bluing library. However, the LE scan does not contain the results of...
I noticed in the previous tool "Bluescan" there was a vulnerability scanning feature. Does this planned to be added to this tool as a plugin ?
I am trying to install bluing on a current kali machine, however an error is displayed that bluing only works with python3.10. Currently, on my system only python3.11 is installed....
Pyhton version: 3.10.5 Python package installed with each version: ```python Package Version ----------------------------- ---------- alabaster 0.7.13 appdirs 1.4.4 attrs 22.2.0 Babel 2.12.1 bluepy 1.3.0 bluescan 0.8.10 bluing 0.12.0 btatt 0.0.19...
Hi I have just received 5 micro:bit 2.21 devices. They are unfortunately not supported in bluing. Uploading the file in _/usr/local/lib/python3.10/dist-packages/bluing/res/micro-bit.hex_ results in: error: The application image is not compatible...
bluing relies on the dbus-python package. On kali linux I get an error, when the dbus-python package is being built: ``` $ pip install --user bluing Requirement already satisfied: bluing...
For things like SDP or GATT enumeration, it'd be good if there were a machine-parsable output option, so that things can be more easily parsed and put into a db...
The front page says it was tested on Ubuntu 22.04. However, when I run the install instructions there, I get the following error: ``` Collecting dbus-python>=1.3.2 Using cached dbus-python-1.3.2.tar.gz (605...
``` sudo bluing le --pairing-feature --addr-type=random C7:9D:DA:A3:80:01 [INFO] Requesting pairing feature of C7:9D:DA:A3:80:01 on hci0 Requesting ✖ [ERROR] bluing.le.le_scan SmpCmdNotImplementedError: "" ``` Does this mean that the pairing-feature scan is...