Skip to content

kinghacker0/Mob-Droid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mob-Droid - Android Metasploit Payload Generator

Mob-Droid

Mob-Droid is an advanced tool for generating and injecting Metasploit payloads into Android APK files. It also provides an easy way to install Apktool, Apksigner, and Zipalign for APK modification and signing.

📌 Features

  • Generate Android Metasploit payloads easily.
  • Inject payloads into original APK files.
  • Install Apktool, Apksigner, and Zipalign automatically.
  • Fully interactive and user-friendly interface.
  • Colored UI for a better experience.
  • Compatible with Kali Linux & Termux.

🚀 Installation

Prerequisites

Ensure you have Metasploit-Framework installed:

sudo apt update && sudo apt install metasploit-framework

Clone the Repository

git clone https://github.com/kinghacker0/Mob-Droid.git
cd Mob-Droid
chmod +x mob-droid.py

Run the Tool

python3 mob-droid.py

🎯 Usage

Upon running mob-droid.py, you will see the following options:

1️⃣ Generate Android Payload

LHOST: Enter your local host IP
LPORT: Enter the port number
Output Filename: Choose a name for your APK

2️⃣ Inject Payload into Original APK

Provide path to the original APK
Enter LHOST and LPORT
Enter output filename

3️⃣ Install Apktool, Apksigner, Zipalign

This option downloads and installs necessary tools for APK modifications.

4️⃣ Exit

📦 Dependencies

  • Python 3
  • Metasploit-Framework
  • Wget (for downloading tools)
  • Apktool, Apksigner, Zipalign

🛠 Troubleshooting

  • Ensure Metasploit is installed properly.
  • Run mob-droid.py with python3.
  • If tools are missing, install them manually with:
    sudo apt install apktool apksigner zipalign

✨ Credits

  • Developed by Mohit Kumar (@KingHacker0)
  • Part of Hackersking eLearning

⚠ Disclaimer

This tool is intended for educational purposes only. The author is not responsible for any misuse.

📜 License

MIT License


Star this repository if you find it useful!

📢 Follow us on:

About

Advanced MSF Payload Generator tool for Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages