An open API service indexing awesome lists of open source software.

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

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
```
Screenshot 2024-08-28 at 11 01 36 AM