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.58k stars 373 forks source link

change frida port #124

Closed Royalton closed 8 months ago

Royalton commented 10 months ago

Is your feature request related to a problem? Please describe. Currently if you run frida server on the android with a non default port RMS will act as if frida is not running on the phone. using frida-server -l 0.0.0.0:<port> you can run frida to run on the device using the non standard port , you can run frida-ps -U from the connected computer and get an output.

Describe the solution you'd like some place to configure the port that frida server is running on

m0bilesecurity commented 8 months ago

Added this feature in RMS v1.5.19

Please check:

Default RMS port has been changed from 5000 to 5491 because since MacOS Ventura, port 5000 is the Control Center's default port. If you wish to change the default port, you can also run RMS with the --port parameter followed by the desired port number e.g. rms --port 9000