HomePWN icon indicating copy to clipboard operation
HomePWN copied to clipboard

Unable to load module bluetooth/launchService

Open CamoCatX opened this issue 2 years ago • 0 comments

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]

CamoCatX avatar Jun 02 '23 02:06 CamoCatX