-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error during HCI device instanciation : AttributeError: 'NoneType' object has no attribute 'send' #21
Comments
Hi, thanks for reporting this issue. |
Hi, Yes ! #lsusb
Bus 001 Device 020: ID 0a12:0001 Cambridge Silicon Radio, Ltd Bluetooth Dongle (HCI mode)
Bus 001 Device 003: ID 0424:ec00 Standard Microsystems Corp. SMSC9512/9514 Fast Ethernet Adapter
Bus 001 Device 002: ID 0424:9514 Standard Microsystems Corp. SMC9514 Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub |
Hi, I did a lsusb
|
Hi @FabienOnGithub, Still haven't found a proper way to fix this issue, yet, have you tried to run it with python3? Sometimes it helps |
Thanks for your reply ! |
Hi, |
Hi, I'm not the original poster, but I have the same problem with a Bluetooth adapter that uses a CSR chipset. I tried your patch (I tried 3 seconds and even tried it at 30 seconds) with no change. Do you have any other thoughts? I appreciate your time and help. |
Hello ! |
Hi,
|
AttributeError: 'NoneType' object has no attribute 'send'
I was trying to execute a Man In The Middle attack with the ble_mitm module, but each time I reconfigure the BD Address
manually, I got a failure, an AttributeError then it crashes. I have to kill the process to exit. The hci BD Address has been correctly modified tho.
./mirage_launcher ble_mitm TARGET=FC:58:FA:14:F8:CE
Sometimes, running it like this
python3 mirage_launcher ble_mitm TARGET=FC:58:FA:14:F8:CE
helps but not always.Am I doing something that I shouldn't? Especially with tthe bdaddr command?
Logs
Short version:
Detailed version:
The text was updated successfully, but these errors were encountered: