Skip to content

Commit 7db7f1b

Browse files
committed
Merge branch 'turboftp_update' of git://github.com/corelanc0d3r/metasploit-framework into corelanc0d3r-turboftp_update
2 parents 5c23e0a + b48e355 commit 7db7f1b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

modules/exploits/windows/ftp/turboftp_port.rb

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize(info = {})
2323
},
2424
'Author' =>
2525
[
26-
'Zhao Liang', #Initial Descovery
26+
'Zhao Liang', #Initial Discovery
2727
'Lincoln', #Metasploit
2828
'corelanc0d3r', #Metasploit
2929
'thelightcosine' #Metasploit
@@ -36,9 +36,7 @@ def initialize(info = {})
3636
],
3737
'Payload' =>
3838
{
39-
'BadChars' => "\x00",
40-
'EncoderType' => Msf::Encoder::Type::AlphanumMixed,
41-
'EncoderOptions' => { 'BufferRegister' => 'EDI' }
39+
'BadChars' => "\x00\x0a\x0d\x20",
4240
},
4341
'Targets' =>
4442
[

0 commit comments

Comments
 (0)