Hi,
We're using jail-monkey 3.0.0 in our React Native app. During a security test, JailMonkey.isJailBroken() returned false on a jailbroken device that had Sileo installed (rootless jailbreak, probably Dopamine or palera1n).
It seems like the current checks don't cover rootless jailbreaks where everything is installed under /var/jb/ instead of the traditional paths like /Applications/Cydia.app.
Does jail-monkey support detecting rootless jailbreaks? If not, are there any plans to add it?
Thanks!
- React Native: 0.83
- iOS: 16+
- Jailbreak: Rootless (Sileo/Dopamine or palera1n)
Hi,
We're using jail-monkey 3.0.0 in our React Native app. During a security test,
JailMonkey.isJailBroken()returnedfalseon a jailbroken device that had Sileo installed (rootless jailbreak, probably Dopamine or palera1n).It seems like the current checks don't cover rootless jailbreaks where everything is installed under
/var/jb/instead of the traditional paths like/Applications/Cydia.app.Does jail-monkey support detecting rootless jailbreaks? If not, are there any plans to add it?
Thanks!