sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.46k stars 854 forks source link

Implement JailMonkey bypass #455

Closed NickstaDB closed 2 years ago

NickstaDB commented 3 years ago

The React Native library "JailMonkey" implements some root/Jailbreak detection stuff beyond what objection already bypasses. A blog post by Ayrx details bypasses for this library here: https://www.ayrx.me/gantix-jailmonkey-root-detection-bypass.

This PR just adds those bypasses into the Android and iOS agents for objection. I'm currently using both on the mobile app pentest I'm delivering and they appear to be working fine.

leonjza commented 3 years ago

Thanks! 🙌

hazcod commented 3 years ago

@leonjza Was this good for merging?