capacitor-community / capacitor-community/device-security-detect
no JailBroken detection using the frida overwrite tool in iPad
- Dominant language
- TypeScript
- Stars
- 19
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
i installed this plugin in application but it won't detecting the jailbroken device in iOS and failed on VAPT stage.
got to know that Team was running the interceptor script which is bypassing all the code which is written for jailbreak detection
**To Reproduce**
Below script run by frida server and you can see this will create the interceptor for the detection logic
1. https://codeshare.frida.re/@sridharas04/darkprince-jailbreak-detection-bypass/
**Expected behavior**
it should detect the jailbroken device but it returns the false post running above script in JailBroken device using Frida before opening the application
**Mobile/iPads:**
- OS: iOS iPads
**Additional context**
Add any other context about the problem here.
Contributor guide
Assessment
This issue has not been assessed yet.