patch added for the payload selection. thanks rmkml.

git-svn-id: file:///home/svn/framework3/trunk@6971 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Mario Ceballos 2009-08-23 12:40:23 +00:00
parent 56881d35d2
commit b39742446a
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ class Metasploit3 < Msf::Exploit::Remote
'DisableNops' => true,
'Compat' =>
{
'PayloadType' => 'cmd_interact',
'PayloadType' => 'cmd',
'RequiredCmd' => 'generic perl telnet',
}
},

View File

@ -45,7 +45,7 @@ class Metasploit3 < Msf::Exploit::Remote
'DisableNops' => true,
'Compat' =>
{
'PayloadType' => 'cmd_interact',
'PayloadType' => 'cmd',
'RequiredCmd' => 'generic perl telnet',
}
},