You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Available payloads:
[1]: payload_example_2.txt
[2]: payload_example_1.txt
[3]: wp_payload.txt
Enter the number that represents the payload you would like to load: 2
Selected payload: /home/kali/BlueDucky-main/payloads/payload_example_1.txt
2024-05-27 15:45:50,483 - INFO - executing 'sudo service bluetooth restart'
2024-05-27 15:45:51,443 - INFO - executing 'sudo hciconfig hci0 name Robot POC'
Traceback (most recent call last):
File "/home/kali/BlueDucky-main/BlueDucky.py", line 755, in
main()
File "/home/kali/BlueDucky-main/BlueDucky.py", line 719, in main
adapter = setup_bluetooth(target_address, adapter_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/BlueDucky-main/BlueDucky.py", line 615, in setup_bluetooth
adapter.set_property("name", "Robot POC")
File "/home/kali/BlueDucky-main/BlueDucky.py", line 87, in set_property
self._run_command(command)
File "/home/kali/BlueDucky-main/BlueDucky.py", line 81, in _run_command
raise ConnectionFailureException(f"Failed to execute command: {' '.join(command)}. Error: {result.stderr}")
ConnectionFailureException: Failed to execute command: sudo hciconfig hci0 name Robot POC. Error: Can't change local name on hci0: Network is down (100)
The text was updated successfully, but these errors were encountered:
Available payloads:
[1]: payload_example_2.txt
[2]: payload_example_1.txt
[3]: wp_payload.txt
Enter the number that represents the payload you would like to load: 2
Selected payload: /home/kali/BlueDucky-main/payloads/payload_example_1.txt
2024-05-27 15:45:50,483 - INFO - executing 'sudo service bluetooth restart'
2024-05-27 15:45:51,443 - INFO - executing 'sudo hciconfig hci0 name Robot POC'
Traceback (most recent call last):
File "/home/kali/BlueDucky-main/BlueDucky.py", line 755, in
main()
File "/home/kali/BlueDucky-main/BlueDucky.py", line 719, in main
adapter = setup_bluetooth(target_address, adapter_id)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/kali/BlueDucky-main/BlueDucky.py", line 615, in setup_bluetooth
adapter.set_property("name", "Robot POC")
File "/home/kali/BlueDucky-main/BlueDucky.py", line 87, in set_property
self._run_command(command)
File "/home/kali/BlueDucky-main/BlueDucky.py", line 81, in _run_command
raise ConnectionFailureException(f"Failed to execute command: {' '.join(command)}. Error: {result.stderr}")
ConnectionFailureException: Failed to execute command: sudo hciconfig hci0 name Robot POC. Error: Can't change local name on hci0: Network is down (100)
The text was updated successfully, but these errors were encountered: