Fix disclosure date and newline as pointed by @wvu-r7
parent
57d60c66f9
commit
eaeb457d5e
|
@ -66,7 +66,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
]
|
||||
],
|
||||
'Privileged' => false,
|
||||
'DisclosureDate' => 'Apr 03 2008',
|
||||
'DisclosureDate' => 'Dec 05 2013',
|
||||
'DefaultTarget' => 0))
|
||||
|
||||
register_options(
|
||||
|
@ -151,7 +151,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
print_status("Creating '#{datastore['FILENAME']}' file ...")
|
||||
|
||||
file_create(xfdl)
|
||||
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue