File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## phonesploit.py
2+ #### An all-in-one hacking tool written in ` Python ` to remotely exploit Android devices using ` ADB ` (Android Debug Bridge) and ` Metasploit-Framework ` .
3+ <img width =" 1512 " height =" 708 " alt =" Screenshot 2025-11-06 at 01 28 25 " src =" https://github.com/user-attachments/assets/9ebb55d3-a7cb-4778-a1af-2ab6e2d8f6ac " />
4+
25
3- An all-in-one hacking tool written in ` Python ` to remotely exploit Android devices using ` ADB ` (Android Debug Bridge) and ` Metasploit-Framework ` .
46
57### script
68
79```
810git clone https://github.com/sudo-self/phonesploit.git
911cd phonesploit
1012python3 phonesploit.py
11- ```
12-
13- ### run the script & build executable & create dmg
14-
15- ```
16- sudo chmod +x setpup.sh
17- ./setup.sh
18- ```
1913
20- ### executable
21-
22- ```
23- pyinstaller --onefile --icon="icon.icns" phonesploit.py
24- ```
25- ### create .dmg
26-
27- ```
28- cd dist
29- create-dmg phonesploit.dmg icon.icns phonesploit.dmg
3014```
31- <img width =" 976 " alt =" Screenshot 2024-08-28 at 11 01 36 AM " src =" https://github.com/user-attachments/assets/ac194b78-5f62-49c5-b3a8-c182b201f8a8 " >
32-
You can’t perform that action at this time.
0 commit comments