Skip to content
/ Shell Public

Android Shell run without root. Just like adb shell does

License

Notifications You must be signed in to change notification settings

bennyhuo/Shell

Repository files navigation

Shell

Android Shell run without root. Just like adb shell does.

A server runs in the background with shell permissions while client app should connect and send shell cmd to it though a socket connection.

The shell session closes until the socket connection disconnect.

You can achieve varieties of goals with this, e.g. take a bugreport without pc.

Thanks

This project is mainly inspired by Fairy, most of the server code and scripts are reuse in this project. You should install a server started by adb shell from pc so that it has shell permissions.

About

Android Shell run without root. Just like adb shell does

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published