normalization
git-svn-id: file:///home/svn/incoming/trunk@2992 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
d5810669b0
commit
8d4d812df2
|
@ -8,7 +8,7 @@ class Countdown < Msf::Encoder::Xor
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
super(
|
super(
|
||||||
'Name' => 'Single-byte xor countdown encoder',
|
'Name' => 'Single-byte Xor Countdown Encoder',
|
||||||
'Version' => '$Revision$',
|
'Version' => '$Revision$',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This encoder uses the length of the payload as a position-dependent
|
This encoder uses the length of the payload as a position-dependent
|
||||||
|
|
|
@ -8,9 +8,12 @@ class FnstenvMov < Msf::Encoder::Xor
|
||||||
|
|
||||||
def initialize
|
def initialize
|
||||||
super(
|
super(
|
||||||
'Name' => 'Variable-length fnstenv/mov dword xor encoder',
|
'Name' => 'Variable-length Fnstenv/mov Dword Xor Encoder',
|
||||||
'Version' => '$Revision$',
|
'Version' => '$Revision$',
|
||||||
'Description' => 'Variable-length fnstenv/mov dword xor encoder',
|
'Description' => %q{
|
||||||
|
This encoder uses a variable-length mov equivalent instruction
|
||||||
|
with fnstenv for getip.
|
||||||
|
},
|
||||||
'Author' => 'spoonm',
|
'Author' => 'spoonm',
|
||||||
'Arch' => ARCH_X86,
|
'Arch' => ARCH_X86,
|
||||||
'Decoder' =>
|
'Decoder' =>
|
||||||
|
|
Loading…
Reference in New Issue