PhoneSploit is using open Adb ports we can exploit a Android Device. You can find open ports by clicking here.
How To Access A Local Device
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
Also Read – HiddenWall : Linux Kernel Module Generator For Custom Rules With NetfilterPhoneSploit : Using Open ADB Ports We Can Exploit A Android Device
HOW TO INSTALL Linux
git clone https://github.com/Zucccs/PhoneSploit
cd PhoneSploit
pip install colorama
python2 main_linux.py
Video Demo
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
Introduction Bash scripting is a powerful way to automate Linux tasks, but writing a script…
Introduction A self-signed SSL certificate is a certificate that is created and signed by the…
Introduction Debugging is an important part of Bash scripting. When a script does not work…
Introduction Cron jobs are used in Linux to run commands or Bash scripts automatically at…
Introduction Pipes are an important feature in Linux and Bash scripting. A pipe allows you…
Introduction The grep, awk, and sed commands are powerful text-processing tools in Linux. They are…