Skip to content

Commit 2afc90a

Browse files
committed
fix typos
1 parent 2c3181b commit 2afc90a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/multi/http/polarcms_upload_exec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ class Metasploit3 < Msf::Exploit::Remote
1717

1818
def initialize(info = {})
1919
super(update_info(info,
20-
'Name' => 'PolarPearCms PHP File Upload Vulnerability',
20+
'Name' => 'PolarBear CMS PHP File Upload Vulnerability',
2121
'Description' => %q{
22-
This module exploits a file upload vulnerability found in PlarPear CMS
22+
This module exploits a file upload vulnerability found in PolarBear CMS
2323
By abusing the upload.php file, a malicious user can upload a file to a temp
2424
directory without authentication, which results in arbitrary code execution.
2525
},

0 commit comments

Comments
 (0)