Land #2804 for real (thanks, @jvazquez-r7!)
It was the wrong time to mess with my workflow.bug/bundler_fix
commit
2d25781cf0
|
@ -66,7 +66,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
]
|
]
|
||||||
],
|
],
|
||||||
'Privileged' => false,
|
'Privileged' => false,
|
||||||
'DisclosureDate' => 'Apr 03 2008',
|
'DisclosureDate' => 'Dec 05 2013',
|
||||||
'DefaultTarget' => 0))
|
'DefaultTarget' => 0))
|
||||||
|
|
||||||
register_options(
|
register_options(
|
||||||
|
@ -151,7 +151,6 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
print_status("Creating '#{datastore['FILENAME']}' file ...")
|
print_status("Creating '#{datastore['FILENAME']}' file ...")
|
||||||
|
|
||||||
file_create(xfdl)
|
file_create(xfdl)
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue