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
| msfencode <options>
OPTIONS:
-a <opt> The architecture to encode as:哪种体系结构编码
-b <opt> The list of characters to avoid: '\x00\xff':指定要避免的字符
-c <opt> The number of times to encode the data:编码数据的次数
-d <opt> Specify the directory in which to look for EXE templates:指定搜索exe模板的目录
-e <opt> The encoder to use:使用的编码器
-h Help banner:帮助标题
-i <opt> Encode the contents of the supplied file path:为提供的文件内容编码
-k Keep template working; run payload in new thread (use with -x):让模板继续工作;即让载荷在新线程中运行
-l List available encoders:列出可用的编码器
-m <opt> Specifies an additional module search path:制定一个额外的模板搜索路径
-n Dump encoder information:输出编码器信息
-o <opt> The output file:输出文件
-p <opt> The platform to encode for:要编码的平台
-s <opt> The maximum size of the encoded data:编码后的最大字节数
-t <opt> The output format:输出格式 bash,c,csharp,dw,dword,java,js_be,js_le,num,perl,pl,powershell,ps1,py,python,raw,rb,ruby,sh,vbapplication,vbscript,asp,aspx,aspx-exe,dll,elf,exe,exe-only,exe-service,exe-small,loop-vbs,macho,msi,msi-nouac,osx-app,psh,psh-net,psh-reflection,vba,vba-exe,vbs,war
-v Increase verbosity:增加冗长
-x <opt> Specify an alternate executable template:指定一个备用的可执行文件模板
|