Git Product home page Git Product logo

tecspy's Introduction

A cloud-based Android Monitoring Tool, powered by NodeJS

Features

  • GPS Logging
  • Microphone Recording
  • View Contacts
  • SMS Logs
  • Call Logs
  • View Installed Apps
  • View Stub Permissions
  • Live Clipboard Logging
  • Live Notification Logging (WhatsApp, Facebook, Instagram, Gmail, and more ....)
  • View WiFi Networks (logs previously seen)
  • File Explorer & Downloader
  • Command Queuing
  • Device Admin

Prerequisites

  • NodeJs
  • A Server with Static IP Address

Installation

In the extracted folder, run these commands
    • npm install <- install dependencies
    • npm start <-- start the script
    • In your browser navigate to your Server Static IP Address Ex.: http://127.0.0.1

Or to Run It on Background

  • npm install <- install dependencies
  • pm2 start index.js <-- start the script
  • pm2 startup <- to run TecSpy on startup
  • In your browser navigate to your Server Static IP Address Ex.: http://127.0.0.1

Set a Username & Password

  1. Open maindb.json in a text editor
  2. under admin
    • set the username as plain text
    • set the password as a LOWERCASE MD5 hash
  3. save the file
  4. Now restart the app
 

Credits

Credits for the original code base this repository is based on at L3MON

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.