PhoneSploit-Pro
An all-in-one hacking tool to remotely exploit Android devices using ADB and Metasploit-Framework to get a Meterpreter session.
File Explorer
Download Latest Version (.zip)- bug_report.md
- custom.md
- feature_request.md
- deploy.yml
- FUNDING.yml
- Screenshot-1.png
- Screenshot-2.png
- Screenshot-3.png
- Screenshot-4.png
- Screenshot-5.png
- CODE_OF_CONDUCT.md
- SECURITY.md
- Screenshot-1.png
- Screenshot-2.png
- Screenshot-3.png
- Screenshot-4.png
- Screenshot-5.png
- .nojekyll
- fetch-github-stats.js
- globals.css
- layout.tsx
- page.tsx
- robots.ts
- sitemap.ts
- Compatibility.tsx
- CTABanner.tsx
- FeatureCard.tsx
- Features.tsx
- Hero.tsx
- Install.tsx
- Footer.tsx
- Header.tsx
- ScreenshotLightbox.tsx
- Screenshots.tsx
- Showcase.tsx
- Badge.tsx
- BrandIcons.tsx
- Button.tsx
- Card.tsx
- Container.tsx
- Section.tsx
- constants.ts
- features.ts
- screenshots.ts
- showcase.ts
- index.ts
- utils.ts
- .gitignore
- eslint.config.mjs
- next.config.js
- package-lock.json
- package.json
- postcss.config.js
- tsconfig.json
- vercel.json
- __init__.py
- app_manager.py
- banner.py
- cli.py
- color.py
- communication.py
- config.py
- connection.py
- console.py
- data_extraction.py
- device.py
- display.py
- extras.py
- file_manager.py
- input_control.py
- media.py
- port_forward.py
- root_check.py
- security.py
- tools.py
- wifi_utils.py
- .gitignore
- CONTRIBUTING.md
- install.ps1
- install.sh
- LICENSE
- phonesploitpro.py
- README.md
- requirements.txt
π Installation Guide
git clone https://github.com/AzeemIdrisi/PhoneSploit-Pro
Downloads the entire project code from GitHub to your computer.
cd PhoneSploit-Pro
Moves into the project folder you just downloaded.
2. Official Install Script
Easy Recommended- APT (Debian/Ubuntu κ³μ΄) Built into Debian/Ubuntu-based Linux distributions.
- Homebrew A package manager for macOS/Linux.
sudo apt install adb
Installs directly from the APT package repository (Debian/Ubuntu-based).
brew install android-platform-tools
Installs the pre-built package via Homebrew β no source build required.
brew install --cask metasploit
Installs the pre-built package via Homebrew β no source build required.
sudo apt install nmap
Installs directly from the APT package repository (Debian/Ubuntu-based).
Pulled directly from this repo's README.
3. Node.js
Easycd landing
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
4. Python
Easypython3 -m venv .venv
Runs the Python script (or module).
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python -m venv .venv
Runs the Python script (or module).
Pulled directly from this repo's README.
