Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linuxndroid/droidspy
https://github.com/linuxndroid/droidspy
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/linuxndroid/droidspy
- Owner: Linuxndroid
- Created: 2020-04-01T03:46:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T08:50:33.000Z (almost 2 years ago)
- Last Synced: 2023-09-06T11:03:30.987Z (about 1 year ago)
- Language: Smali
- Size: 17.5 MB
- Stars: 95
- Watchers: 17
- Forks: 59
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A cloud based remote android managment suite, powered by NodeJS## Features
- GPS Logging
- Microphone Recording
- View Contacts
- SMS Logs
- Send SMS
- Call Logs
- View Installed Apps
- View Stub Permissions
- Live Clipboard Logging
- Live Notification Logging
- View WiFi Networks (logs previously seen)
- File Explorer & Downloader
- Built In APK Builder
- Auto Allow Permission
- Easy Bind Any Apk## Prerequisites
- Java Runtime Environment 8
- See [installation](#Installation) for OS specifics
- NodeJs
- A Server## Installation ON VPS & PC
1. Install JRE 8
- Debian, Ubuntu, Etc
- `sudo apt-get install openjdk-8-jre`
- Fedora, Oracle, Red Hat, etc
- `su -c "yum install java-1.8.0-openjdk"`
- Windows
- click [HERE](https://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html) for downloads2. Install NodeJS [Instructions Here](https://nodejs.org/en/download/package-manager/) (If you can't figure this out, you shouldn't really be using this)
3. install PM2
- `npm install pm2 -g`4. Download and Extract [HERE](https://codeload.github.com/Linuxndroid/DroidSpy/zip/master)
5. In the extracted folder, run these commands
- `npm install` <- install dependencies
- `pm2 start index.js` <-- start the DroidSpy
- `pm2 startup` <- to run DroidSpy on startup6. Default Username & Password check password.txt file
- Username: admin
- Password: admin
7. Set Username & Password Manually
1. Stop DroidSpy `pm2 stop index`
2. Open `maindb.json` in a text editor
3. under `admin`
- set the `username` as plain text
- set the `password` as a LOWERCASE MD5 hash
4. save the file
5. run `pm2 restart all`8. in your browser navigate to `http://:22533`
It's recommended to run DroidSpy behind a reverse proxy such as [NGINX](https://www.nginx.com/resources/wiki/start/topics/tutorials/install/)## Happy Hacking
## Disclaimer
Linuxndroid Provides no warranty with this software and will not be responsible for any direct or indirect damage caused due to the usage of this tool.
DroidSpy is built for both Educational and Internal use ONLY.
Made with ❤️ By Linuxndroid
## Follow Me on :
[![Instagram](https://img.shields.io/badge/IG-linuxndroid-yellowgreen?style=for-the-badge&logo=instagram)](https://www.instagram.com/linuxndroid)
[![Youtube](https://img.shields.io/badge/Youtube-linuxndroid-redgreen?style=for-the-badge&logo=youtube)](https://www.youtube.com/channel/UC2O1Hfg-dDCbUcau5QWGcgg)
[![Browser](https://img.shields.io/badge/Website-linuxndroid-yellowred?style=for-the-badge&logo=browser)](https://www.linuxndroid.com)
## Credits
Credits to D3VL for the original code base this repository is based on at L3MON
Inspired by INFINITYHACKS (https://github.com/ExtremeHacking/infinityhacks-botnet)