updated convention on some payload stagers

git-svn-id: file:///home/svn/incoming/trunk@2927 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Matt Miller 2005-10-01 06:22:25 +00:00
parent 13e8c4eeaf
commit 55a27a01f6
6 changed files with 9 additions and 4 deletions

View File

@ -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

View File

@ -20,6 +20,7 @@ module BindTcp
'Platform' => 'win',
'Arch' => ARCH_X86,
'Handler' => Msf::Handler::BindTcp,
'Convention' => 'sockedi',
'Stager' =>
{
'Offsets' =>

View File

@ -20,6 +20,7 @@ module FindTagOrdinalTcp
'Platform' => 'win',
'Arch' => ARCH_X86,
'Handler' => Msf::Handler::FindTag,
'Convention' => 'sockedi',
'Stager' =>
{
'Offsets' =>

View File

@ -24,6 +24,7 @@ module ReverseOrdinalTcp
'Platform' => 'win',
'Arch' => ARCH_X86,
'Handler' => Msf::Handler::ReverseTcp,
'Convention' => 'sockedi',
'Stager' =>
{
'Offsets' =>

View File

@ -20,6 +20,7 @@ module ReverseTcp
'Platform' => 'win',
'Arch' => ARCH_X86,
'Handler' => Msf::Handler::ReverseTcp,
'Convention' => 'sockedi',
'Stager' =>
{
'Offsets' =>

View File

@ -29,6 +29,7 @@ module DllInject
],
'Platform' => 'win',
'Arch' => ARCH_X86,
'Convention' => 'sockedi',
'Stage' =>
{
'Offsets' =>