XploitSPY: Monitor Your Android Device

A cloud-based Android Monitoring Tool that gives you the power to control/SPY any Android device.
This article will help you to find out your Answer.



Usage of XploitSPY

  • 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
  • Command Queuing
  • Built-In APK Builder

Pre-requisites

  • Java Runtime Environment 11 or above
  • Kali Linux or any Linux distros
  • NodeJs
  • A Server

Installation Procedure

The installation procedure is quite easy to set up just follow few steps:

Install JRE 8

We cannot stress this enough USE java 1.8.0 ANY issues that don't use this will be closed WITHOUT a response.

Debian, Ubuntu, Etc

mrdev@kali:~$ sudo apt-get install openjdk-11-jre

Install NodeJS


Quite easy to install Click Here to get more info or paste this command if you are a Debian based Linux user.

mrdev@kali:~$ curl -fsSL https://deb.nodesource.com/setup_15.x | sudo -E bash -
sudo apt-get install -y nodejs

If you found any dpkg error click here to fix it.

Install PM2


PM2 enables you to keep applications alive forever, reloads them without downtime, helps you to manage application logging, monitoring, and clustering.

mrdev@kali:~$ npm install pm2 -g


Clone the latest release from GitHub and go inside the XploitSPY directory.

mrdev@kali:~$ git clone https://github.com/XploitWizer/XploitSPY.git
mrdev@kali:~$ cd XploitSPY/server
mrdev@kali:~/XploitSPY/server

In the extracted folder, run these commands


mrdev@kali:~/XploitSPY/server npm install        #Install Dependencies
.............................................................
.............................................................
.............................................................
mrdev@kali:~/XploitSPY/serverpm2 start index.js 
#Stat the script
.............................................................
.............................................................
.............................................................
mrdev@kali:~/XploitSPY/serverpm2 startup   #To run XploitSPY to startup
Now Stop XploitSPY:

mrdev@kali:~/XploitSPY/server$ pm2 stop index.js

If you want to set up your Username & Password then you can try the following command:

mrdev@kali:~/XploitSPY/server nano maindb.json   #maindb.json contain your username and password

maindb.json


If you do not know how to configure then click here.

Now again start the server.

mrdev@kali:~/XploitSPY/server$ pm2 start index.js

In your browser navigate to http://<SERVER IP>. ex: http://127.0.0.1



It's recommended to run XploitSPY behind a reverse proxy such as NGROK.

Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.

#buttons=(Ok, Go it!) #days=(20)

Our website uses cookies to enhance your experience. Learn More
Ok, Go it!