WuglyakBolgoink / cordova-plugin-iroot

Cordova Jailbreak/Root Detection Plugin for Apache Cordova
MIT License
35 stars 76 forks source link

Frida server detection suggestion #49

Open SadiquaAnjum opened 4 years ago

SadiquaAnjum commented 4 years ago

Looks like frida server creates a temp folder once it is started on device for the first time. This folder name and path where it gets created is fixed. I think we can include a check for this folder existance and come to a conclusion of frida server installation on the device.

Please see if this change can be incorporated in your plugin.

Details.

Folder name : re.frida.server Path : /data/local/tmp

WuglyakBolgoink commented 4 years ago

@SadiquaAnjum ok, I add this in my todo

TODO:

mor12 commented 3 years ago

is there any date of release with frida detection ?, BTW thanks for this amazing plugin

mor12 commented 3 years ago

Looks like frida server creates a temp folder once it is started on device for the first time. This folder name and path where it gets created is fixed. I think we can include a check for this folder existance and come to a conclusion of frida server installation on the device.

Please see if this change can be incorporated in your plugin.

Details.

Folder name : re.frida.server Path : /data/local/tmp

I tried this but it didn't work, i modified the constants file and added the folder and the path but it didn't work

SadiquaAnjum commented 3 years ago

I have added this file check inside my code itself explicitly and it works. Not sure why it does not work when this check is added inside the plugin code.

WuglyakBolgoink commented 3 years ago

@mor12 / @SadiquaAnjum I try to do a new release until christmas! Sorry, I'm currently very busy with other releases...

SadiquaAnjum commented 3 years ago

thanks @WuglyakBolgoink . I am not sure if anybody else is facing below issue with iOS - Jailbreak detection is failing when it is bypassed with Liberty tool.

mor12 commented 3 years ago

thanks @WuglyakBolgoink . This is a great plugin

safiUllahRai commented 3 years ago

I am also facing this issue. Frida detects this plugin and changes the value at run time . Please update this plugin to detect frida server . Thanks in advance

ForamRaiyani commented 2 years ago

Same issue for me also. Plugin can not detect whether the device is rooted or not with Frida server. It always returns isRooted as false. can any body please help?

WuglyakBolgoink commented 2 years ago

@ForamRaiyani this plugin doesn't contain check for Frida/Magestic! PR welcome!