AntiVirus Evasion Tool: AVET
AntiVirus Evasion Tool AVET is an AntiVirus Evasion Tool, which was developed for making life easier for pentesters and for experimenting with antivirus evasion techniques. What & Why: when running an exe file made with msfpayload & co, the exe file will often be recognized by the antivirus software avet is a antivirus evasion tool targeting windows machines with executable files assembly shellcodes can be used make_avet can be used for configuring the sourcecode with make_avet you can load ASCII encoded shellcodes from a textfile or from a webserver, further it is using an av evasion technique to avoid sandboxing and emulation for ASCII encoding the shellcode the tool format.sh and sh_format are included How to use make_avet and build scripts Compile if needed: $ gcc -o make_avet make_avet.c The purpose of make_avet is to preconfigure a definition file (defs.h) so that the source code can be compiled in the next step. This way the payload will be encoded as ASCII ...