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?
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?
sudo apt install openssh-server ii
Termux
pkg install openssh
Once you install openssh start the ssh server using this below command.
service ssh start
Please 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:
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:
pkg install nodejs
Linux
apt install nodejs
Step 3:
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:
git clone https://github.com/XploitWizer/XploitSPY.git
Step 5:
cd Xploitspy
Step 6:
npm install
Step 7:
cd server
Step 8:
pm2 start index.js
Step 9:
pm2 startup
Step 10:
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
Post a Comment