How to Install Phonesploit in Termux by mishabazz without error.

PhoneSploit

Using open Adb ports we can exploit a device
you can find open ports here https://www.shodan.io/search?query=android+debug+bridge+product%3A”Android+Debug+Bridge”

To find out how to access a local device --> https://www.youtube.com/watch?v=OlhCAX1qBQo

   HOW TO INSTALL WINDOWS

git clone https://github.com/Zucccs/PhoneSploit
extract adb.rar to the phonesploit directory 
cd PhoneSploit
pip install colorama
python2 main.py
HOW TO INSTALL Linux
git clone https://github.com/Zucccs/PhoneSploit
cd PhoneSploit
pip install colorama
python2 main_linux.py
HOW TO INSTALL TERMUX 


apt-get update
 apt-get upgrade
 pkg install git 
 pkg install python 
 pkg install python2 
 pkg install openssl 
 pip install colorama
 git clone https://github.com/mishabzzz/PhoneSploit​ 
 cd PhoneSploit 
 ls 
pip2 install colorama cd
 git clone https://github.com/MasterDevX/Termux-ADB​ 
 ls 
 cd Termux-ADB 
 ls 
 chmod +x InstallTools.sh
ls bash InstallTools.sh ls cd ls cd PhoneSploit ls
chmod +x main_linux.py
python2 main_linux.py

IF ADB NOT FOUND

sudo apt update sudo apt install android-tools-adb android-tools-fastboot

Comments

Popular posts from this blog

Android-Pin-Brute Force Unlock any pin protect lock of Android device.

How to install ShellPhish phishing tool in your termux.

How to Install ubuntu in termux. Ubuntu Linux in Termux.