https://github.com/sudo-self/phonesploit
Python script using ADB to exploit ALL androids
https://github.com/sudo-self/phonesploit
Last synced: about 1 year ago
JSON representation
Python script using ADB to exploit ALL androids
- Host: GitHub
- URL: https://github.com/sudo-self/phonesploit
- Owner: sudo-self
- License: gpl-3.0
- Created: 2023-04-21T07:48:56.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-28T17:40:51.000Z (almost 2 years ago)
- Last Synced: 2025-03-30T20:43:08.529Z (about 1 year ago)
- Language: Python
- Size: 402 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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
```
