msftidy fixes for title & removing unused dependency
parent
6cbae172f8
commit
467f9e700d
|
@ -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' => [
|
||||||
|
|
Loading…
Reference in New Issue