updated convention on some payload stagers
git-svn-id: file:///home/svn/incoming/trunk@2927 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
13e8c4eeaf
commit
55a27a01f6
|
@ -20,11 +20,11 @@ X - consider extending String
|
|||
- modules
|
||||
- reloading
|
||||
- compatibility filtering (keys)
|
||||
- description sanitation (strip lines/etc)
|
||||
X - description sanitation (strip lines/etc)
|
||||
- payloads
|
||||
- meta information
|
||||
- stager/stage calling conventions
|
||||
- stack requirements
|
||||
X - meta information
|
||||
X - stager/stage calling conventions
|
||||
X - stack requirements
|
||||
X - make payload prepend target specific
|
||||
- sessions
|
||||
- logging session activity
|
||||
|
|
|
@ -20,6 +20,7 @@ module BindTcp
|
|||
'Platform' => 'win',
|
||||
'Arch' => ARCH_X86,
|
||||
'Handler' => Msf::Handler::BindTcp,
|
||||
'Convention' => 'sockedi',
|
||||
'Stager' =>
|
||||
{
|
||||
'Offsets' =>
|
||||
|
|
|
@ -20,6 +20,7 @@ module FindTagOrdinalTcp
|
|||
'Platform' => 'win',
|
||||
'Arch' => ARCH_X86,
|
||||
'Handler' => Msf::Handler::FindTag,
|
||||
'Convention' => 'sockedi',
|
||||
'Stager' =>
|
||||
{
|
||||
'Offsets' =>
|
||||
|
|
|
@ -24,6 +24,7 @@ module ReverseOrdinalTcp
|
|||
'Platform' => 'win',
|
||||
'Arch' => ARCH_X86,
|
||||
'Handler' => Msf::Handler::ReverseTcp,
|
||||
'Convention' => 'sockedi',
|
||||
'Stager' =>
|
||||
{
|
||||
'Offsets' =>
|
||||
|
|
|
@ -20,6 +20,7 @@ module ReverseTcp
|
|||
'Platform' => 'win',
|
||||
'Arch' => ARCH_X86,
|
||||
'Handler' => Msf::Handler::ReverseTcp,
|
||||
'Convention' => 'sockedi',
|
||||
'Stager' =>
|
||||
{
|
||||
'Offsets' =>
|
||||
|
|
|
@ -29,6 +29,7 @@ module DllInject
|
|||
],
|
||||
'Platform' => 'win',
|
||||
'Arch' => ARCH_X86,
|
||||
'Convention' => 'sockedi',
|
||||
'Stage' =>
|
||||
{
|
||||
'Offsets' =>
|
||||
|
|
Loading…
Reference in New Issue