btproxy
btproxy copied to clipboard
Man in the Middle analysis tool for Bluetooth.
With python2: ``` $ btproxy BE:FF:20:00:97:52 AC:E4:B5:8C:82:42 Traceback (most recent call last): File "/usr/local/bin/btproxy", line 4, in __import__('pkg_resources').run_script('btproxy==0.1', 'btproxy') File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line 666, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python2.7/dist-packages/pkg_resources/__init__.py", line...
I'm trying to MITM a device that pairs with a PS Vita, and the device is scanned fine, but the PS Vita seems to basically be invisible to `hcitool`. `scan`...
when running, whatever the case ``` Traceback (most recent call last): File "/usr/bin/btproxy", line 4, in __import__('pkg_resources').run_script('btproxy==0.1', 'btproxy') File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 661, in run_script self.require(requires)[0].run_script(script_name, ns) File "/usr/lib/python3.7/site-packages/pkg_resources/__init__.py", line 1441,...
Unfortunately the program crashes at first run - error message below. Traceback (most recent call last): File "/usr/local/bin/btproxy", line 4, in __import__('pkg_resources').run_script('btproxy==0.1', 'btproxy') File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 739, in run_script self.require(requires)[0].run_script(script_name,...
i am running the newest py3 and ubuntu, installed all your preconditions, btproxy and was able to run the script btproxy, but it stocked at running ['replace_bluetoothd'] see all details...
Running in a vm using one adapter. Everything works well clones both devices and says I can now connect the master. once I pair I then get a constant reconnecting...
Any chance of supporting Bluetooth Low Energy? This seems like the perfect tool for reverse engineering the new BB-8 toy.
I'm getting stuck on a attribute error when it tries "starting service". It pairs with my slave fine and looks up all the info it seems to need. I get...