Skip to the content.

STARS FORKS COMMIT SIZE Sponser

Default_person_remotely_controlling_multiple_phones_dystopian_0

PhoneSploit

A tool for remote ADB exploitation in Python3.

Features

Author’s Note

Don’t do Bad Things ya Guys :kissing::v:

You can find open ports on the Internet here at Shodan

YouTube Videos



Connecting device via ADB


Connecting device via ADB



Exploiting ADB via PhoneSploit


Exploiting ADB via PhoneSploit




HOW TO INSTALL ON WINDOWS

git clone https://github.com/prbhtkumr/PhoneSploit

extract adb.rar to the phonesploit directory

cd PhoneSploit
pip install colorama
phonesploit.py

HOW TO INSTALL ON Linux

apt install adb
git clone https://github.com/prbhtkumr/PhoneSploit
cd PhoneSploit
pip3 install colorama
python3 phonesploit.py

HOW TO INSTALL ON macOS

First of all, install brew

brew install git python@3
git clone https://github.com/prbhtkumr/PhoneSploit
cd PhoneSploit
python3 -m pip install colorama
python3 phonesploit.py

IF ADB NOT FOUND

sudo apt update

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



PhoneSploit Framework Disclaimer

Usage of the PhoneSploit Framework for attacking targets without prior mutual consent is illegal.

It is the end user’s responsibility to obey all applicable local, state, federal, and international laws.

Developers assume no liability and are not responsible for any misuse or damage caused by this program.