Skip to content

Rooting and Connecting Devices

Root detection bypass

The most common and well-known techniques being used for root detection in the applications are as follows

Installed Packages: Check for the any of the below-installed packages on the mobile device at runtime

  • supersu.apk
  • Busybox
  • Root Cloak
  • Xpose framework
  • Cydia
  • Substrate

Installed Files: Check for the installed files and directories on the device and its permissions

  • Superuser
  • Supersu
  • /su
  • /system/app/Superuser.apk
  • /system/bin
  • /system/bin/su
  • /system/sd/xbin
  • /system/xbin/su
  • /system/xbin
  • /data/local
  • /data/local/bin
  • /data/local/xbin
  • /sbin
  • /system/bin/failsafe
  • /vendor/bin

Connect device via SSH

Steps to Connect:

Connect via VNC

Virtual Network Computing (VNC) is a graphical desktop sharing system that uses the Remote Frame Buffer protocol (RFB) to remotely control another computer. Steps to Connect:

Connecting Device by USB

Enable developer mode and connect usb to PC, make sure your system should have proper driver then open ADB shell.