GitHub - spacecase123/androidsploit

PhoneSploit

A tool for remote ADB exploitation in Python3.

Youtube Instagram

This is official repository maintained by us


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

Author's Note

Don't do Bad Things ya Guys 😗✌️

You can find open ports on the Internet here at Website

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/Hackeralok119/androidsploit
extract adb.rar to the phonesploit directory 
cd androidsploit
pip install colorama
main.py

HOW TO INSTALL ON Linux

git clone https://github.com/Hackeralok119/androidsploit
cd androidsploit
pip3 install colorama

HOW TO INSTALL ON macOS

First of all, install brew

brew install git python@3
git clone https://github.com/Hackeralok119/androidsploit
cd androidsploit
python3 -m pip install colorama
python3 main_linux.py

IF ADB NOT FOUND

sudo apt update

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