root-guard-plugin
Mobile icon

Root Guard Plugin

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 3 Dec (12 hours ago)
 by 
0.0
 (0 ratings)
root-guard-plugin

Root Guard Plugin

Documentation
1.0.0


By using this plugin you can detect in your mobile app by the below mentioned attacks:

  • ✅ Root access (Magisk, SuperSU, su binaries, system mount modifications) – Android
  • ✅ Frida instrumentation (open ports, memory maps, processes) – Android
  • ✅ Jailbreak status (Cydia, Sileo, rootless indicators) – iOS
  • ✅ Frida runtime detection (dylib injection) – iOS


How To Use

  • Add the plugin dependency
  • Use the method CheckPlugin
  • If success then use CheckSecurity method. It will return IsSecure true or false.
  • True means device is secured If False then you can throw an exception in your app.

Features

Android

  • Detects common root paths and su binaries
  • Executes shell checks (which su, mount)
  • Detects Frida server via:
    • Open ports (default: 27042, 27043)
    • Injected memory maps
    • Frida running processes
    • System properties

iOS

  • Detects Cydia, Sileo, and rootless jailbreak indicators
  • Checks common jailbreak file paths and URL schemes
  • Detects Frida dynamic library injections using dyld inspection

Sample is available and it is simple to use.