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

  • Guide For Install DarkSploit Tool In Termux.DarkSploit is tool which contains 14 exploits, 10 scanners, 16 post, 38 virus.Installation Commands #professor { border: 1px solid gr…
  • Guide For Install Santet Tool In Termux.Santet tool is powerful social engineering tool.Installation Commands #professor { border: 1px solid grey; padding-left: 15px; backgr…
  • Guide For Install MyServer Tool In Termux.MyServer is your own localhost server. you can setup PHP, Apache and MySQL servers on your android devices or linux like Ubuntu etc. MySer…
  • Guide For Install LittleBrother Tool In Termux.LittleBrother is information gathering tool.Installation Commands #professor { border: 1px solid grey; padding-left: 15px; bac…
  • Guide For Install DarkFly Tool In Termux.With the help of DarkFly tool you can install more than 542 tools in your termux.Installation Commands #professor { border: 1px solid gr…
  • Guide For Install EvilURL Tool In Termux.Tool For Generate unicode evil domains for IDN Homograph Attack and detect them.Installation Commands #professor { border: 1px solid gre…

Post a Comment