Payload compat to work with unix/interact

unstable
James Lee 2012-06-12 11:46:21 -06:00
parent 3d5417e574
commit 85e1555e13
1 changed files with 4 additions and 1 deletions

View File

@ -29,7 +29,10 @@ class Metasploit3 < Msf::Exploit::Remote
'Targets' => [ [ "Universal", {} ] ],
'Payload' =>
{
'Compat' => { 'PayloadType' => 'cmd_interact' },
'Compat' => {
'PayloadType' => 'cmd_interact',
'ConnectionType' => 'find',
},
},
'Author' => ['egypt'],
'License' => MSF_LICENSE,