-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
When asked which encoder to use, please enter a option on the left, the way that it is shown. | ||
|
||
ALL ENCODERS: | ||
|
||
cmd/echo good Echo Command Encoder | ||
cmd/generic_sh manual Generic Shell Variable Substitution Command Encoder | ||
cmd/ifs low Generic ${IFS} Substitution Command Encoder | ||
cmd/perl normal Perl Command Encoder | ||
cmd/powershell_base64 excellent Powershell Base64 Command Encoder | ||
cmd/printf_php_mq manual printf(1) via PHP magic_quotes Utility Command Encoder | ||
generic/eicar manual The EICAR Encoder | ||
generic/none normal The "none" Encoder | ||
mipsbe/byte_xori normal Byte XORi Encoder | ||
mipsbe/longxor normal XOR Encoder | ||
mipsle/byte_xori normal Byte XORi Encoder | ||
mipsle/longxor normal XOR Encoder | ||
php/base64 great PHP Base64 Encoder | ||
ppc/longxor normal PPC LongXOR Encoder | ||
ppc/longxor_tag normal PPC LongXOR Encoder | ||
sparc/longxor_tag normal SPARC DWORD XOR Encoder | ||
x64/xor normal XOR Encoder | ||
x64/zutto_dekiru manual Zutto Dekiru | ||
x86/add_sub manual Add/Sub Encoder | ||
x86/alpha_mixed low Alpha2 Alphanumeric Mixedcase Encoder | ||
x86/alpha_upper low Alpha2 Alphanumeric Uppercase Encoder | ||
x86/avoid_underscore_tolower manual Avoid underscore/tolower | ||
x86/avoid_utf8_tolower manual Avoid UTF8/tolower | ||
x86/bloxor manual BloXor - A Metamorphic Block Based XOR Encoder | ||
x86/bmp_polyglot manual BMP Polyglot | ||
x86/call4_dword_xor normal Call+4 Dword XOR Encoder | ||
x86/context_cpuid manual CPUID-based Context Keyed Payload Encoder | ||
x86/context_stat manual stat(2)-based Context Keyed Payload Encoder | ||
x86/context_time manual time(2)-based Context Keyed Payload Encoder | ||
x86/countdown normal Single-byte XOR Countdown Encoder | ||
x86/fnstenv_mov normal Variable-length Fnstenv/mov Dword XOR Encoder | ||
x86/jmp_call_additive normal Jump/Call XOR Additive Feedback Encoder | ||
x86/nonalpha low Non-Alpha Encoder | ||
x86/nonupper low Non-Upper Encoder | ||
x86/opt_sub manual Sub Encoder (optimised) | ||
x86/shikata_ga_nai excellent Polymorphic XOR Additive Feedback Encoder | ||
x86/single_static_bit manual Single Static Bit | ||
x86/unicode_mixed manual Alpha2 Alphanumeric Unicode Mixedcase Encoder | ||
x86/unicode_upper manual Alpha2 Alphanumeric Unicode Uppercase Encoder |