Change module wording to conform with other WP modules.
parent
2a327b7c91
commit
1a32cf7fc0
|
@ -13,7 +13,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
def initialize(info = {})
|
||||
super(update_info(
|
||||
info,
|
||||
'Name' => 'Remote Code Execution in WordPress Platform Theme',
|
||||
'Name' => 'WordPress Platform Theme File Upload Vulnerability',
|
||||
'Description' => %q{
|
||||
The WordPress Theme "platform" contains a remote code execution vulnerability
|
||||
through an unchecked admin_init call. The theme includes the uploaded file
|
||||
|
|
Loading…
Reference in New Issue