Skip to content
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: Can't change local name on hci0: Network is down (100) #60

Open
alexcazoring opened this issue May 27, 2024 · 1 comment
Open

Comments

@alexcazoring
Copy link

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)

@coldvisionz
Copy link
Contributor

hey, can you show output of bluetooth and sudo systemctl status bluetooth commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants