msftidy fixes for title & removing unused dependency

bug/bundler_fix
Catatonic Prime 2016-10-10 06:11:29 +00:00
parent 6cbae172f8
commit 467f9e700d
1 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,6 @@
## ##
require 'msf/core' require 'msf/core'
require 'msf/core/exploit/file_dropper'
class MetasploitModule < Msf::Exploit::Remote class MetasploitModule < Msf::Exploit::Remote
Rank = ExcellentRanking Rank = ExcellentRanking
@ -14,7 +13,7 @@ class MetasploitModule < Msf::Exploit::Remote
def initialize(info = {}) def initialize(info = {})
super(update_info(info, super(update_info(info,
'Name' => 'Ektron 8.5, 8.7 < sp2, 9.0 < sp1 XSLT Transform Remote Code Execution', 'Name' => 'Ektron 8.5, 8.7, 9.0 XSLT Transform Remote Code Execution',
'Description' => %q{ 'Description' => %q{
}, },
'Author' => [ 'Author' => [