ECTO-1A / AppleJuice

Apple BLE proximity pairing message spoofing
Apache License 2.0
1.67k stars 141 forks source link

No module named 'bluetooth' #23

Closed casparjaeqx closed 1 year ago

casparjaeqx commented 1 year ago

Screenshot from 2023-09-11 11-16-12

bluethoot device is showing up in hcitool dev as hci0 running on a pop os laptop with a mediatek wifi / bluethoot card

srt54558 commented 1 year ago

You can't run it as root. Follow the install instructions completely and it should work

SomeRandom-Dev commented 1 year ago

It looks like you're missing a library, try this command: pip3 install pybluez

casparjaeqx commented 1 year ago

You can't run it as root. Follow the install instructions completely and it should work

if i dont run it as root it complains about not beaing root image

casparjaeqx commented 1 year ago

It looks like you're missing a library, try this command: pip3 install pybluez

if i try your command it says that the requirments are already satified image

7h30th3r0n3 commented 1 year ago

It looks like you're missing a library, try this command: pip3 install pybluez

if i try your command it says that the requirments are already satified image

Can you try this : sudo setcap cap_net_raw,cap_net_admin+eip $(eval readlink -f $(which python3))

And try again

7h30th3r0n3 commented 1 year ago

It looks like you're missing a library, try this command: pip3 install pybluez

if i try your command it says that the requirments are already satified image

Can you try this :sudo setcap cap_net_raw,cap_net_admin+eip(evalreadlink−f(which python3))

And try again

casparjaeqx commented 1 year ago

it gives me a syntax error image

casparjaeqx commented 1 year ago

i think i fixed it took this command:sudo setcap cap_net_raw,cap_net_admin+eip $(eval readlink -f $(which python)) and added the 3 after the python like the command you send me it now says broadcasting now need to go find a iphone to try it on thanks for the help