1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-11-12 11:52:01 +01:00

bleh, fix comma

git-svn-id: file:///home/svn/framework3/trunk@8979 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Joshua Drake 2010-04-02 15:51:55 +00:00
parent 5c34cce14a
commit 776259e3c6

View File

@ -62,8 +62,8 @@ class Metasploit3 < Msf::Exploit::Remote
[ 'Windows 2000 Pro All English', { 'Ret' => 0x75022ac4 } ], # p/p/r Tested OK (patrickw 20090918)
[ 'Windows XP Pro SP0/SP1 English', { 'Ret' => 0x71aa32ad } ], # Should Work
],
'DefaultTarget' => 0
'DisclosureDate' => 'Apr 13 2008'))
'DefaultTarget' => 0)) #,
# 'DisclosureDate' => 'Apr 13 2008'))
register_options([Opt::RPORT(6660)], self.class)
end