Giter Site home page Giter Site logo

aspirers / android-spy-service Goto Github PK

View Code? Open in Web Editor NEW

This project forked from craft4ik/android-spy-service

0.0 0.0 0.0 283 KB

Abilities: loads DEX module with all functions from cloud, collect information of the device (SMS, Calls, ...), uploads this information and all user's images to the DropBox cloud. All of this works based on Jetpack WorkManager in the background.

Java 98.88% Batchfile 0.11% PHP 1.01%

android-spy-service's Introduction

Background Spy Service

We are using this UI for testing

We are using this UI for testing


This app runs WorkManager task when you clicking 'Start Service' button.
This task will do the following:

  • Download DEX module from your hosting. For this, a PHP script in the web folder is used.
  • Load classes of this module and transfer control to it.
  • The module will collect information about the system and upload it to the cloud (DropBox). Also, all user images will be uploaded there. If the images have already been uploaded to the server, they are not uploaded again.

Information collected:

  1. SMS messages;
  2. Call log;
  3. Images;
  4. Contacts;
  5. System information (OS version, SDK version, free space, list of installed applications, list of running processes (problems with this), accounts synchronized with the OS).

Setting up

All settings you can made by editing Settings class in loadableinterface module.
In order for the process of uploading files to the cloud to occur, you need to create a DropBox application and specify its token in the Settings class. Keep in mind that storing a token in an application is not entirely safe for files in your cloud.
You can use from_jar_to_dex.bat script after compiling loadabledex module and extracting classes.jar from it to translate JAR to DEX. This DEX file you will need to upload on your server.
You will need to upload made file to your web-server (see web folder).

See all dependencies in build.gradle

That's all. Use it.

android-spy-service's People

Contributors

craft4ik avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.