-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathencodes.sh
More file actions
45 lines (44 loc) · 886 Bytes
/
encodes.sh
File metadata and controls
45 lines (44 loc) · 886 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#!/usr/bin/ env bash
echo "
===============================================
Encoders List
===============================================
cmd/echo
cmd/generic_sh
cmd/ifs
cmd/perl
cmd/powershell_base64
cmd/printf_php_mq
generic/eicar
generic/none
mipsbe/byte_xori
mipsbe/longxor
mipsle/byte_xori
mipsle/longxor
php/base64
ppc/longxor
ppc/longxor_tag
sparc/longxor_tag
x64/xor
x86/add_sub
x86/alpha_mixed
x86/alpha_upper
x86/avoid_underscore_tolower
x86/avoid_utf8_tolower
x86/bloxor
x86/call4_dword_xor
x86/context_cpuid
x86/context_stat
x86/context_time
x86/countdown
x86/fnstenv_mov
x86/jmp_call_additive
x86/nonalpha
x86/nonupper
x86/opt_sub
x86/shikata_ga_nai
x86/single_static_bit
x86/unicode_mixed
x86/unicode_upper
===============================================
"