Skip to content

Commit 9693a2c

Browse files
authored
Update README.md
1 parent b65cc1d commit 9693a2c

1 file changed

Lines changed: 3 additions & 21 deletions

File tree

README.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,14 @@
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
```
810
git clone https://github.com/sudo-self/phonesploit.git
911
cd phonesploit
1012
python3 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-

0 commit comments

Comments
 (0)