fix typos
parent
2c3181b56b
commit
2afc90a8de
|
@ -17,9 +17,9 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
def initialize(info = {})
|
||||
super(update_info(info,
|
||||
'Name' => 'PolarPearCms PHP File Upload Vulnerability',
|
||||
'Name' => 'PolarBear CMS PHP File Upload Vulnerability',
|
||||
'Description' => %q{
|
||||
This module exploits a file upload vulnerability found in PlarPear CMS
|
||||
This module exploits a file upload vulnerability found in PolarBear CMS
|
||||
By abusing the upload.php file, a malicious user can upload a file to a temp
|
||||
directory without authentication, which results in arbitrary code execution.
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue