pentestfunctions / BlueDucky

🚨 CVE-2023-45866 - BlueDucky Implementation (Using DuckyScript) 🔓 Unauthenticated Peering Leading to Code Execution (Using HID Keyboard)
1.15k stars 197 forks source link

Connection failure: Connection failure on port 17 #22

Open HyenaTube opened 5 months ago

HyenaTube commented 5 months ago

im having this weird issue when trying to execute on a device, im using a raspberry pi zero 2w:

Known devices: 1: Device Name: Hyena's S21 Ultra, Address: XX:XX:XX:XX:XX:XX

Do you want to use one of these known devices? (yes/no): yes Enter the number of the device: 1 2024-04-01 10:59:00,440 - INFO - executing 'sudo service bluetooth restart' 2024-04-01 10:59:01,478 - INFO - executing 'sudo hciconfig hci0 name Robot POC' 2024-04-01 10:59:01,526 - INFO - executing 'hciconfig hci0 name' 2024-04-01 10:59:01,532 - INFO - executing 'sudo hciconfig hci0 class 9536' 2024-04-01 10:59:01,578 - INFO - executing 'hciconfig hci0 class' 2024-04-01 10:59:01,588 - INFO - executing 'sudo hciconfig hci0 sspmode 1' 2024-04-01 10:59:03,994 - INFO - connecting to XX:XX:XX:XX:XX:XX on port 1 2024-04-01 10:59:05,294 - INFO - connecting to XX:XX:XX:XX:XX:XX on port 17 2024-04-01 10:59:05,908 - ERROR - ERROR connecting on port 17: [Errno 103] Software caused connection abort 2024-04-01 10:59:05,908 - ERROR - Connection failure: Connection failure on port 17 Traceback (most recent call last): File "", line 3, in connect _bluetooth.error: (103, 'Software caused connection abort')

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/kali/BlueDucky/BlueDucky.py", line Select a device by number: 1 2024-04-01 11:22:54,927 - INFO - executing 'sudo service bluetooth restart' 2024-04-01 11:22:55,965 - INFO - executing 'sudo hciconfig hci0 name Robot POC' 2024-04-01 11:22:56,011 - INFO - executing 'hciconfig hci0 name' 2024-04-01 11:22:56,017 - INFO - executing 'sudo hciconfig hci0 class 9536' 2024-04-01 11:22:56,062 - INFO - executing 'hciconfig hci0 class' 2024-04-01 11:22:56,071 - INFO - executing 'sudo hciconfig hci0 sspmode 1' 2024-04-01 11:22:58,482 - INFO - connecting to XX:XX:XX:XX:XX:XX on port 1 2024-04-01 11:22:59,606 - INFO - connecting to XX:XX:XX:XX:XX:XX on port 17 2024-04-01 11:23:00,408 - ERROR - ERROR connecting on port 17: [Errno 103] Software caused connection abort 2024-04-01 11:23:00,409 - ERROR - Connection failure: Connection failure on port 17 Traceback (most recent call last): File "", line 3, in connect _bluetooth.error: (103, 'Software caused connection abort')

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/kali/BlueDucky/BlueDucky.py", line 264, in connect sock.connect((self.addr, self.port)) File "", line 5, in connect bluetooth.btcommon.BluetoothError: [Errno 103] Software caused connection abort

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/kali/BlueDucky/BlueDucky.py", line 673, in main() File "/home/kali/BlueDucky/BlueDucky.py", line 655, in main hid_interrupt_client = setup_and_connect(connection_manager, target_address, adapter_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kali/BlueDucky/BlueDucky.py", line 625, in setup_and_connect establish_connections(connection_manager) File "/home/kali/BlueDucky/BlueDucky.py", line 617, in establish_connections if not connection_manager.connect_all(): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kali/BlueDucky/BlueDucky.py", line 157, in connect_all return sum(client.connect() for client in self.clients.values()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kali/BlueDucky/BlueDucky.py", line 157, in return sum(client.connect() for client in self.clients.values()) ^^^^^^^^^^^^^^^^ File "/home/kali/BlueDucky/BlueDucky.py", line 272, in connect raise ConnectionFailureException(f"Connection failure on port {self.port}") ConnectionFailureException: Connection failure on port 17, in connect sock.connect((self.addr, self.port)) File "", line 5, in connect bluetooth.btcommon.BluetoothError: [Errno 103] Software caused connection abort

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/kali/BlueDucky/BlueDucky.py", line 673, in main() File "/home/kali/BlueDucky/BlueDucky.py", line 655, in main hid_interrupt_client = setup_and_connect(connection_manager, target_address, adapter_id) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kali/BlueDucky/BlueDucky.py", line 625, in setup_and_connect establish_connections(connection_manager) File "/home/kali/BlueDucky/BlueDucky.py", line 617, in establish_connections if not connection_manager.connect_all(): ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kali/BlueDucky/BlueDucky.py", line 157, in connect_all return sum(client.connect() for client in self.clients.values()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kali/BlueDucky/BlueDucky.py", line 157, in return sum(client.connect() for client in self.clients.values()) ^^^^^^^^^^^^^^^^ File "/home/kali/BlueDucky/BlueDucky.py", line 272, in connect raise ConnectionFailureException(f"Connection failure on port {self.port}") ConnectionFailureException: Connection failure on port 17

SilkePilon commented 5 months ago

same here

PrinzJuliano commented 5 months ago

Same issue, different Port (1) Running on a raspberry pi 3B+ with Raspbian Debian 11 Testing

johseffer commented 5 months ago

Same here, RPI4B

mauritsprogrameertnu commented 5 months ago

I got the same. i use a rpi4 running raspberry pi os lite 64bit

AyoubMrani commented 5 months ago

apt-get update apt-get install python3 python3-pip python3-dev git libssl-dev libffi-dev build-essential python3 -m pip install --upgrade pip python3 -m pip install --upgrade pwntools

do this and It will work

SmartBoyMuzaffar commented 4 months ago

apt-get update apt-get install python3 python3-pip python3-dev git libssl-dev libffi-dev build-essential python3 -m pip install --upgrade pip python3 -m pip install --upgrade pwntools

do this and It will work

same error again

daframe2r commented 4 months ago

You can try to add sleep time after enable ssp (worked for me)

line 671: adapter.enable_ssp() time.sleep(2)

mohamedmajid91 commented 3 months ago

same error again

You can try to add sleep time after enable ssp (worked for me)

line 671: adapter.enable_ssp() time.sleep(2)

same error again