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

  • This are some frequently used basic termux commands. 1. Command for show list of files in directory. ls ls = list of files or folders. This command will shows you list of avail…
  • Guide For Install XERXES Tool In TermuxXERXES is tool for perform ddos attack on any website. With the help of this tool you can analysis ddos vulnerability on your websites.Instal…
  • function myFunction() { document.getElementById("step1").innerHTML = "You copied text! (step1)" } function myFunction2() { document.getElementById("step2").innerHTML = "You cop…
  • How to install CUPP tool in Termux.CUPP is also called as common user password profiler, with the help of this tool you can create victim specific wordlist for password cracking or…
  • Guide For Install CMSeeK Tool In Termux.CMS Detection and Exploitation suite - Scan WordPress, Joomla, Drupal and over 180 other CMSs.Installation Commands #professor { border: …
  • Guide For Install Blazy Tool In Termux.Blazy tool is a modern login page bruteforcer. With the help of this tool you can perform bruteforce vulnerability and also tests for CSRF, C…

Post a Comment