Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Frida server detection suggestion #49

Open
SadiquaAnjum opened this issue Nov 5, 2020 · 10 comments
Open

Frida server detection suggestion #49

SadiquaAnjum opened this issue Nov 5, 2020 · 10 comments

Comments

@SadiquaAnjum
Copy link

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
Copy link
Owner

@SadiquaAnjum ok, I add this in my todo

TODO:

@mor12
Copy link

mor12 commented Nov 23, 2020

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

@mor12
Copy link

mor12 commented Nov 23, 2020

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
Copy link
Author

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
Copy link
Owner

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

@WuglyakBolgoink WuglyakBolgoink self-assigned this Dec 7, 2020
@SadiquaAnjum
Copy link
Author

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
Copy link

mor12 commented Dec 9, 2020

thanks @WuglyakBolgoink . This is a great plugin

@safiUllahRai
Copy link

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
Copy link

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants