Hello guy's in this article we are going discuss about how to install xploitspy without heroku because now heroku not supported log time so we use vps or server mode
What is Xploitspy?
Xploitspy is a free tool it will help you to monitoring any kind of android phone with lot of future.
Requirement's
- Android version 5.0 and above
- Termux
- Heroku account
- python
- Nodjs
Future
- Android information
- Gps
- Microphone
- Contact
- Call logs
- Notification log
- clipboard log
- Sms manager
- Wifi manager
- manage installed apps
- Access file manager
- Access downloads
How to install xploitspy in VPS mode?
If you use xploispy without heroku you should be run ssh server in your termux. First you install openssh package in you termux so type this below command.
Linux
sudo apt install openssh-server ii
Termux
pkg install openssh
Once you install openssh start the ssh server using this below command.
service ssh startPlease note that you need to restart SSH service every time you make any changes to the sshd_config file by running this command:
service ssh restart
Step 1:
First you install java in your termux so type this below command.
Linux
sudo apt install openjdk-11-jre-headless
Termux
First you type this below command this command will help you to download java installation script
git clone https://github.com/MasterDevX/Termux-Java.git
Once you download this above script type this below command one by one
cd Termux-Java
bash installjava
Now wait for 5 minutes to install java in you termux
Step 2:
Now you type this below command this command will help you to install nodejs.
Termux
pkg install nodejs
Linux
apt install nodejs
Step 3:
Once you install nodejs type this below command this will help you to install pm2
npm install pm2 -g
what is pm2?
A production process manager for Node. js applications that has a built-in load balancer. PM2 enables you to keep applications alive forever, reloads them without downtime, helps you to manage application logging, monitoring, and clustering.Step 4:
Now type this below command this command will help you to clone the xploitspy package.
git clone https://github.com/XploitWizer/XploitSPY.git
Step 5:
Once you clone the package type this below command this command will help you to open xploitspy folder.
cd Xploitspy
Step 6:
Now type this below command this command will help you to install dependencies.
npm install
Step 7:
Now type this following command this command will help you to open the server folder.
cd server
Step 8:
Once you open the server folder type this below command this command will help you to start the script.
pm2 start index.js
Step 9:
Now type this below command this command will help you to run xploitspy on startup
pm2 startup
Step 10:
Now type this below command in your termux this will help you to find your ip address.
curl ifconfig.me
or type your local ip address 127.0.0.1
Once you find your ip address just copie and past you browser with port number.
NOTE:
XploitSPY now works only on port 80 for both web and client

nice article bro
ReplyDelete