A cloud-based Android Monitoring Tool, powered by NodeJS
- 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
- NodeJs
- A Server with Static IP Address
-
npm install
<- install dependenciesnpm start
<-- start the script- In your browser navigate to your Server Static IP Address
Ex.: http://127.0.0.1
npm install
<- install dependenciespm2 start index.js
<-- start the scriptpm2 startup
<- to run TecSpy on startup- In your browser navigate to your Server Static IP Address
Ex.: http://127.0.0.1
- Open
maindb.json
in a text editor - under
admin
- set the
username
as plain text - set the
password
as a LOWERCASE MD5 hash
- set the
- save the file
- Now
restart the app