Skip to content

prbhtkumr/PhoneSploit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STARS FORKS COMMIT SIZE Sponser

Default_person_remotely_controlling_multiple_phones_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 😗✌️

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/aerosol-can/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/aerosol-can/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/aerosol-can/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.