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
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
If you want to set up your Username & Password then you can try the following command:
If you do not know how to configure then click here.
mrdev@kali:~/XploitSPY/server$ npm install #Install Dependencies
.............................................................
.............................................................
.............................................................
.............................................................
mrdev@kali:~/XploitSPY/server$ pm2 start index.js #Stat the script
mrdev@kali:~/XploitSPY/server$ pm2 start index.js #Stat the script
.............................................................
.............................................................
.............................................................
mrdev@kali:~/XploitSPY/server$ pm2 startup #To run XploitSPY to startupNow Stop XploitSPY:
mrdev@kali:~/XploitSPY/server$ pm2 stop index.js
mrdev@kali:~/XploitSPY/server$ nano maindb.json #maindb.json contain your username and password
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.