0

Is it possible to control unrooted android device through a web shell?

I've been trying to execute various php shells but the whole response is error statements like this

enter image description here

  • php is installed and all other php pages works fine
  • The tested php shells works fine on another controlled systems

1 Answers1

0

If the web server such as Palapa Web Server is installed on the Android device and the Android device is capable to execute PHP scripts then you can definately get the shell access of the device.

Note: Android supports a beautiful and the robust concept of sandboxing such that each application runs as different user. Once you will get the shell access on the device you will get the privelleges of the application that is executing the webshell.

Shiv Sahni
  • 921
  • 8
  • 16