Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 692 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 692 Bytes

phonesploit.py

An all-in-one hacking tool written in Python to remotely exploit Android devices using ADB (Android Debug Bridge) and Metasploit-Framework.

script

git clone https://github.com/sudo-self/phonesploit.git
cd phonesploit
python3 phonesploit.py

run the script & build executable & create dmg

sudo chmod +x setpup.sh
./setup.sh

executable

pyinstaller --onefile --icon="icon.icns" phonesploit.py

create .dmg

cd dist
create-dmg phonesploit.dmg icon.icns phonesploit.dmg
Screenshot 2024-08-28 at 11 01 36 AM