Phantom-Evasion is an interactive antivirus evasion tool written in python capable to generate (almost) FUD executable even with the most common 32 bit msfvenom payload (best performances are obtained with 64 bit payload). The aim of this tool is to make antivirus evasion an easy task for pentesters through the use of prewritten modules focused on polymorphic code and antivirus sandbox detection techniques. Since version 1.0 Phantom-Evasion also include a post-exploitation section dedicated to persistence and auxiliary modules.
Kali Linux Rolling 2018.1+ is the only OS with automatic setup officially supported
The following OSs support (unofficially) automatic setup :
- Parrot Security
The following OSs are likely able to run Phantom Evasion through manual setup:
- Arch Linux
- BlackArch Linux
- Elementary
- Linux Mint
- Ubuntu 15.10+
- Windows 7/8/10
Dependencies (only for maunal setup)
- metasploit
- mingw-w64
- gcc
- apktool
- strip
- wine
- zipalign
require libc6-dev-i386 (linux only)
Getting Started
Simply git clone or download and unzip Phantom-Evasion folder
Kali Linux:
Automatic setup officially supported, open a terminal and execute phantom-evasion:
python phantom-evasion.py
Video
https://youtu.be/M7qqwxo9rlk
Add Comment