metachar/PhoneSploit
Using open Adb ports we can exploit a Andriod Device
repo name | metachar/PhoneSploit |
repo link | https://github.com/metachar/PhoneSploit |
homepage | |
language | Python |
size (curr.) | 9843 kB |
stars (curr.) | 619 |
created | 2019-05-26 |
license | |
Recent News (New Update v.1.2)
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
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
IF ADB NOT FOUND
sudo apt update sudo apt install android-tools-adb android-tools-fastboot