Add missing RequiredCmds
parent
66cb97305c
commit
93b07b0e48
|
@ -31,6 +31,7 @@ module Metasploit3
|
|||
'Handler' => Msf::Handler::None,
|
||||
'Session' => Msf::Sessions::CommandShell,
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'generic',
|
||||
'Payload' =>
|
||||
{
|
||||
'Offsets' => { },
|
||||
|
|
|
@ -24,6 +24,7 @@ module Metasploit3
|
|||
'Handler' => Msf::Handler::BindTcp,
|
||||
'Session' => Msf::Sessions::CommandShell,
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'perl',
|
||||
'Payload' =>
|
||||
{
|
||||
'Offsets' => { },
|
||||
|
|
|
@ -24,6 +24,7 @@ module Metasploit3
|
|||
'Handler' => Msf::Handler::BindTcp,
|
||||
'Session' => Msf::Sessions::CommandShell,
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'perl',
|
||||
'Payload' =>
|
||||
{
|
||||
'Offsets' => { },
|
||||
|
|
|
@ -24,6 +24,7 @@ module Metasploit3
|
|||
'Handler' => Msf::Handler::BindTcp,
|
||||
'Session' => Msf::Sessions::CommandShell,
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'ruby',
|
||||
'Payload' => { 'Offsets' => {}, 'Payload' => '' }
|
||||
))
|
||||
end
|
||||
|
|
|
@ -24,6 +24,7 @@ module Metasploit3
|
|||
'Handler' => Msf::Handler::None,
|
||||
'Session' => Msf::Sessions::CommandShell,
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'wscript',
|
||||
'Payload' =>
|
||||
{
|
||||
'Offsets' => { },
|
||||
|
|
|
@ -23,6 +23,7 @@ module Metasploit3
|
|||
'Handler' => Msf::Handler::None,
|
||||
'Session' => Msf::Sessions::CommandShell,
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'wscript',
|
||||
'Payload' =>
|
||||
{
|
||||
'Offsets' => { },
|
||||
|
|
|
@ -24,6 +24,7 @@ module Metasploit3
|
|||
'Handler' => Msf::Handler::ReverseTcp,
|
||||
'Session' => Msf::Sessions::CommandShell,
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'perl',
|
||||
'Payload' =>
|
||||
{
|
||||
'Offsets' => { },
|
||||
|
|
|
@ -24,6 +24,7 @@ module Metasploit3
|
|||
'Handler' => Msf::Handler::ReverseTcp,
|
||||
'Session' => Msf::Sessions::CommandShell,
|
||||
'PayloadType' => 'cmd',
|
||||
'RequiredCmd' => 'ruby',
|
||||
'Payload' => { 'Offsets' => {}, 'Payload' => '' }
|
||||
))
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue