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
Describe the bug
When I try to run the module it instead outputs error
To Reproduce
Steps to reproduce the behavior:
Run on Kali Linux
Start homePWN
now type (or just copy/paste) load bluetooth/launchService
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]
The text was updated successfully, but these errors were encountered:
Describe the bug
When I try to run the module it instead outputs error
To Reproduce
Steps to reproduce the behavior:
load bluetooth/launchService
Expected behavior
A clear and concise description of what you expected to happen.
For the module to work
Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: