add (staged) to the descriptions of staged payloads, fixes #955
git-svn-id: file:///home/svn/framework3/trunk@8733 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
607752f141
commit
a0d5ce473b
|
@ -21,7 +21,7 @@ module Metasploit3
|
|||
super(merge_info(info,
|
||||
'Name' => 'BSD Command Shell',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Spawn a command shell',
|
||||
'Description' => 'Spawn a command shell (staged)',
|
||||
'Author' => 'skape',
|
||||
'License' => MSF_LICENSE,
|
||||
'Platform' => 'bsd',
|
||||
|
|
|
@ -21,7 +21,7 @@ module Metasploit3
|
|||
super(merge_info(info,
|
||||
'Name' => 'BSDi Command Shell',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Spawn a command shell',
|
||||
'Description' => 'Spawn a command shell (staged)',
|
||||
'Author' => 'skape',
|
||||
'License' => MSF_LICENSE,
|
||||
'Platform' => 'bsdi',
|
||||
|
|
|
@ -21,7 +21,7 @@ module Metasploit3
|
|||
super(merge_info(info,
|
||||
'Name' => 'Linux Command Shell',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Spawn a command shell',
|
||||
'Description' => 'Spawn a command shell (staged)',
|
||||
'Author' => 'skape',
|
||||
'License' => MSF_LICENSE,
|
||||
'Platform' => 'linux',
|
||||
|
|
|
@ -18,7 +18,7 @@ module Metasploit3
|
|||
super(merge_info(info,
|
||||
'Name' => 'NetWare Command Shell',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Connect to the NetWare console',
|
||||
'Description' => 'Connect to the NetWare console (staged)',
|
||||
'Author' => 'toto',
|
||||
'License' => MSF_LICENSE,
|
||||
'Platform' => 'netware',
|
||||
|
|
|
@ -21,7 +21,7 @@ module Metasploit3
|
|||
super(merge_info(info,
|
||||
'Name' => 'OSX Write and Execute Binary',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Spawn a command shell',
|
||||
'Description' => 'Spawn a command shell (staged)',
|
||||
'Author' => 'hdm',
|
||||
'License' => MSF_LICENSE,
|
||||
'Platform' => 'osx',
|
||||
|
|
|
@ -21,7 +21,7 @@ module Metasploit3
|
|||
super(merge_info(info,
|
||||
'Name' => 'OSX Command Shell',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Spawn a command shell',
|
||||
'Description' => 'Spawn a command shell (staged)',
|
||||
'Author' => 'hdm',
|
||||
'License' => MSF_LICENSE,
|
||||
'Platform' => 'osx',
|
||||
|
|
|
@ -21,7 +21,7 @@ module Metasploit3
|
|||
super(merge_info(info,
|
||||
'Name' => 'OSX Command Shell',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Spawn a command shell',
|
||||
'Description' => 'Spawn a command shell (staged)',
|
||||
'Author' => 'hdm',
|
||||
'License' => MSF_LICENSE,
|
||||
'Platform' => 'osx',
|
||||
|
|
|
@ -31,7 +31,7 @@ module Metasploit3
|
|||
super(update_info(info,
|
||||
'Name' => 'Mac OS X x86 iSight photo capture',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Inject a Mach-O bundle to capture a photo from the iSight',
|
||||
'Description' => 'Inject a Mach-O bundle to capture a photo from the iSight (staged)',
|
||||
'Author' => 'ddz',
|
||||
'License' => MSF_LICENSE,
|
||||
'Session' => Msf::Sessions::CommandShell))
|
||||
|
|
|
@ -21,7 +21,7 @@ module Metasploit3
|
|||
super(merge_info(info,
|
||||
'Name' => 'OSX (vfork) Command Shell',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Call vfork() if necessary and spawn a command shell',
|
||||
'Description' => 'Call vfork() if necessary and spawn a command shell (staged)',
|
||||
'Author' => 'ddz',
|
||||
'License' => MSF_LICENSE,
|
||||
'Platform' => 'osx',
|
||||
|
|
|
@ -29,7 +29,7 @@ module Metasploit3
|
|||
super(update_info(info,
|
||||
'Name' => 'Windows Meterpreter (Reflective Injection)',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Inject the meterpreter server DLL via the Reflective Dll Injection payload',
|
||||
'Description' => 'Inject the meterpreter server DLL via the Reflective Dll Injection payload (staged)',
|
||||
'Author' => ['skape','sf'],
|
||||
'License' => MSF_LICENSE,
|
||||
'Session' => Msf::Sessions::Meterpreter_x86_Win))
|
||||
|
|
|
@ -29,7 +29,7 @@ module Metasploit3
|
|||
super(update_info(info,
|
||||
'Name' => 'Windows Meterpreter (skape/jt injection)',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Inject the meterpreter server DLL',
|
||||
'Description' => 'Inject the meterpreter server DLL (staged)',
|
||||
'Author' => 'skape',
|
||||
'License' => MSF_LICENSE,
|
||||
'Session' => Msf::Sessions::Meterpreter_x86_Win))
|
||||
|
|
|
@ -28,7 +28,7 @@ module Metasploit3
|
|||
super(update_info(info,
|
||||
'Name' => 'Windows VNC Inject (skape/jt injection)',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Inject the VNC server DLL and run it from memory',
|
||||
'Description' => 'Inject the VNC server DLL and run it from memory (staged)',
|
||||
'Author' => [ 'skape', 'jt <jt@klake.org>' ],
|
||||
'License' => MSF_LICENSE,
|
||||
'Session' => Msf::Sessions::VncInject))
|
||||
|
|
|
@ -22,7 +22,7 @@ module Metasploit3
|
|||
super(merge_info(info,
|
||||
'Name' => 'Windows Command Shell',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Spawn a piped command shell',
|
||||
'Description' => 'Spawn a piped command shell (staged)',
|
||||
'Author' => [ 'spoonm', 'sf' ],
|
||||
'License' => MSF_LICENSE,
|
||||
'Platform' => 'win',
|
||||
|
|
|
@ -22,7 +22,7 @@ module Metasploit3
|
|||
super(merge_info(info,
|
||||
'Name' => 'Windows Upload/Execute',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Uploads an executable and runs it',
|
||||
'Description' => 'Uploads an executable and runs it (staged)',
|
||||
'Author' => ['vlad902', 'sf' ],
|
||||
'License' => MSF_LICENSE,
|
||||
'Platform' => 'win',
|
||||
|
|
|
@ -17,7 +17,7 @@ module Metasploit3
|
|||
super(update_info(info,
|
||||
'Name' => 'VNC Server (Reflective Injection)',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Inject a VNC Dll via a reflective loader',
|
||||
'Description' => 'Inject a VNC Dll via a reflective loader (staged)',
|
||||
'Author' => [ 'sf' ],
|
||||
'Session' => Msf::Sessions::VncInject ))
|
||||
|
||||
|
|
|
@ -30,7 +30,7 @@ module Metasploit3
|
|||
super(update_info(info,
|
||||
'Name' => 'Windows x64 Meterpreter',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Inject the meterpreter server DLL via the Reflective Dll Injection payload (Windows x64)',
|
||||
'Description' => 'Inject the meterpreter server DLL via the Reflective Dll Injection payload (Windows x64) (staged)',
|
||||
'Author' => [ 'sf' ],
|
||||
'License' => MSF_LICENSE,
|
||||
'Session' => Msf::Sessions::Meterpreter_x64_Win
|
||||
|
|
|
@ -22,7 +22,7 @@ module Metasploit3
|
|||
super(merge_info(info,
|
||||
'Name' => 'Windows x64 Command Shell',
|
||||
'Version' => '$Revision$',
|
||||
'Description' => 'Spawn a piped command shell (Windows x64)',
|
||||
'Description' => 'Spawn a piped command shell (Windows x64) (staged)',
|
||||
'Author' => [ 'sf' ],
|
||||
'License' => MSF_LICENSE,
|
||||
'Platform' => 'win',
|
||||
|
|
Loading…
Reference in New Issue