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

Unable to load module bluetooth/launchService #39

Open
CamoCatX opened this issue Jun 2, 2023 · 0 comments
Open

Unable to load module bluetooth/launchService #39

CamoCatX opened this issue Jun 2, 2023 · 0 comments

Comments

@CamoCatX
Copy link

CamoCatX commented Jun 2, 2023

Describe the bug
When I try to run the module it instead outputs error

To Reproduce
Steps to reproduce the behavior:

  1. Run on Kali Linux
  2. Start homePWN
  3. now type (or just copy/paste) load bluetooth/launchService
  4. See error:

Loading module...
[+] Module loaded!
homePwn (bluetooth/launchService) >> run
Can't get device info: No such device
Can't get device info: No such device
Can't get device info: No such device
Can't get device info: No such device
Can't get device info: No such device
Task running in background... use 'tasks list' to check
Process dirtyagent:
homePwn (bluetooth/launchService) >> Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 173, in activate_name_owner
return self.get_name_owner(bus_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 348, in get_name_owner
return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/dbus/connection.py", line 634, in call_blocking
reply_message = self.send_message_with_reply_and_block(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.bluez': no such name

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/lib/python3.11/multiprocessing/process.py", line 314, in _bootstrap
self.run()
File "/usr/lib/python3.11/multiprocessing/process.py", line 108, in run
self._target(*self._args, **self._kwargs)
File "/home/kali/HomePWN/utils/dirtytooth/dirtyagent.py", line 145, in run_agent
obj = bus.get_object(BUS_NAME, "/org/bluez")
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 237, in get_object
return self.ProxyObjectClass(self, bus_name, object_path,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/dbus/proxies.py", line 250, in init
self._named_service = conn.activate_name_owner(bus_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 178, in activate_name_owner
self.start_service_by_name(bus_name)
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 273, in start_service_by_name
return (True, self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/dbus/connection.py", line 634, in call_blocking
reply_message = self.send_message_with_reply_and_block(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
dbus.exceptions.DBusException: org.freedesktop.systemd1.NoSuchUnit: Unit dbus-org.bluez.service not found.

Expected behavior
A clear and concise description of what you expected to happen.
For the module to work

Desktop (please complete the following information):

  • OS: Kali Linux 2023.1
  • Browser: firefox
  • Version Latest

Smartphone (please complete the following information):

  • Device: iphone 12
  • OS: [e.g. iOS8.1]
  • Browser Safari
  • Version [e.g. 22]
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

1 participant