m0bilesecurity / RMS-Runtime-Mobile-Security

Runtime Mobile Security (RMS) 📱🔥 - is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime
https://twitter.com/mobilesecurity_
GNU General Public License v3.0
2.62k stars 376 forks source link

Unable to connect to device #58

Closed DeserranoJorden closed 3 years ago

DeserranoJorden commented 3 years ago

I know the issue has been brought on a couple of times before here. But I have no clue on how to proceed here.

My setup: Galaxy Tab A (Android version 9) MacOS Big Sur 11.1

Frida-Tools version 12.11.18 Frida-server version 12.11.11 (https://deserrano.com/frida-version.png)

The device is currently connected to my mac through USB.

As shown in this screenshot, I can use frida normally and the server is running on the device. But I am still however unable to connect with rms. https://deserrano.com/frida-connected.png

The tool looks awesome and I would love to try it out.

Kr

m0bilesecurity commented 3 years ago

Hey @DeserranoJorden you need to update your frida-server. 12.11.11 is very OLD 😉

RMS requires "frida": "^14.2.1".

Official Guide: https://frida.re/docs/android/ or you can use MagiskFrida or FridaLoader

Best

DeserranoJorden commented 3 years ago

Hey @m0bilesecurity

Thanks for these remarks. This worked for me. I still have the older version running as my IOS tablet cannot update to a higher version. But it works on Android for now.

Kind Regards