ECTO-1A / AppleJuice

Apple BLE proximity pairing message spoofing
Apache License 2.0
1.71k stars 147 forks source link

permission error #26

Closed Cl1cker0 closed 1 year ago

Cl1cker0 commented 1 year ago

Screenshot_2023-09-12-11-07-30-289_com termux Traceback (most recent call last): File "/home/kali/AppleJuice/app.py", line 144, in main() File "/home/kali/AppleJuice/app.py", line 113, in main toggle_device(dev_id, True) File "/home/kali/AppleJuice/utils/bluetooth_utils.py", line 88, in toggle_device hci_sock = socket.socket(socket.AF_BLUETOOTH, File "/usr/local/lib/python3.9/socket.py", line 232, in init _socket.socket.init(self, family, type, proto, fileno) PermissionError: [Errno 13] Permission denied

Cl1cker0 commented 1 year ago

yet me doing it with sudo still permission error

ckcr4lyf commented 1 year ago

Is your phone rooted?

mamhadu commented 1 year ago

You need elevated privileges to use sockets. Run it has root.