Skip to content

Commit b48e355

Browse files
committed
fixed typo and defined badchars
1 parent f19f3f0 commit b48e355

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)