PhoneSploit Tool

1 min read

Guide For Install PhoneSploit Tool In Termux.

PhoneSploit is tool for remote ADB Exploitation. With the help of this tool you can control android device by just IP address.



Installation Commands

pkg up -y

pkg install git -y

pkg install python -y

pkg install openssl-tool

pkg install wget -y

pip install colorama

git clone https://github.com /MasterDevX/Termux-ADB

cd Termux-ADB

chmod +x InstallTools.sh

bash InstallTools.sh

cd $HOME

git clone https://github.com /01010000-kumar/PhoneSploit

cd PhoneSploit

python phonesploit.py

I am Kunal and I am 14 years old

You may like these posts

  •  I will guide you how to upload your own termux tool in python library !! with using of android termux !! it is easy method for installation and there is no extra setup needed…
  • Hey Termux Lovers, today we will learn about how to run termux tools and script in PC without any software or tools, using this method you can share your termux to anyone. if …
  • Hey welcome back, in todays topic we will discuss about capturing the flag through termux ?? yes i have ideas about something new so i am here with first Termux CTF Challenge. it i…
  •   (adsbygoogle = window.adsbygoogle || []).push({}); #professor { border: 1px solid grey; padding-left: 15px; background-color: gainsboro; border-radius: 15px; f…
  • Termux ak android emulator h,termux android me Kali linux ka environment provide krta h. agr aapke pas pc h to me kali linux use krne ka suggest krunga agr nahi h to Termux ak kali…
  • Hey Termux Lovers, today we will learn about how to install ipattack tool with easy methods. installation done in just two commands. (adsbygoogle = window.adsbygoogle || …

Post a Comment