prbhtkumr
PhoneSploit
Python

A tool for remote ADB exploitation in Python3 for all Machines.

Last updated Jun 30, 2026
880
Stars
172
Forks
4
Issues
0
Stars/day
Attention Score
38
Language breakdown
No language data available.
β–Έ Files click to expand
README

STARS FORKS COMMIT SIZE Sponser

Default<em>person</em>remotely<em>controlling</em>multiple<em>phones</em>dystopian_0

PhoneSploit

A tool for remote ADB exploitation in Python3.

Features

  • Access Shell
  • Screen record victim device
  • Screenshot a picture on victim device
  • Pull folders from victim device
  • Turn victim device off
  • Uninstall an app
  • Show real time log of victim device
  • Dump system info
  • List all apps on victim
  • Run an app
  • Port Forwarding
  • NetStat
  • Grab wpa_supplicant
  • Turn WiFi On/Off
  • Show Mac/Inet
  • Remove Password
  • Extract apk from app
  • Use Keycode
  • Get Battery Status
  • Get Current Activity
  • Send file/folder from PC to Phone

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.

Β© 2026 GitRepoTrend Β· prbhtkumr/PhoneSploit Β· Updated daily from GitHub