Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Ch0pin/AndroidWebDoor
A minimalistic android backdoor
https://github.com/Ch0pin/AndroidWebDoor
Last synced: about 2 months ago
JSON representation
A minimalistic android backdoor
- Host: GitHub
- URL: https://github.com/Ch0pin/AndroidWebDoor
- Owner: Ch0pin
- Created: 2020-04-30T11:37:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-01T19:08:39.000Z (over 4 years ago)
- Last Synced: 2024-11-12T21:44:16.692Z (2 months ago)
- Language: Java
- Size: 617 KB
- Stars: 14
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - Ch0pin/AndroidWebDoor - A minimalistic android backdoor (Java)
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.