Merge branch 'turboftp_update' of git://github.com/corelanc0d3r/metasploit-framework into corelanc0d3r-turboftp_update
commit
7db7f1bfdf
|
@ -23,7 +23,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
},
|
||||
'Author' =>
|
||||
[
|
||||
'Zhao Liang', #Initial Descovery
|
||||
'Zhao Liang', #Initial Discovery
|
||||
'Lincoln', #Metasploit
|
||||
'corelanc0d3r', #Metasploit
|
||||
'thelightcosine' #Metasploit
|
||||
|
@ -36,9 +36,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
],
|
||||
'Payload' =>
|
||||
{
|
||||
'BadChars' => "\x00",
|
||||
'EncoderType' => Msf::Encoder::Type::AlphanumMixed,
|
||||
'EncoderOptions' => { 'BufferRegister' => 'EDI' }
|
||||
'BadChars' => "\x00\x0a\x0d\x20",
|
||||
},
|
||||
'Targets' =>
|
||||
[
|
||||
|
|
Loading…
Reference in New Issue