Skip to content

Commit 9acccfe

Browse files
committed
Fix description
1 parent d826132 commit 9acccfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/exploits/unix/webapp/get_simple_cms_upload_exec.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ def initialize(info = {})
1616
super(update_info(info,
1717
'Name' => 'GetSimpleCMS PHP File Upload Vulnerability',
1818
'Description' => %q{
19-
This module exploits a file upload vulnerability found in GetSimple CMS
20-
By abusing the upload.php file, a malicious authenticated user can upload an arbitrary file to a upload
21-
directory, which results in arbitrary code execution.
19+
This module exploits a file upload vulnerability in GetSimple CMS. By abusing the
20+
upload.php file, a malicious authenticated user can upload an arbitrary file,
21+
including PHP code, which results in arbitrary code execution.
2222
},
2323
'Author' =>
2424
[

0 commit comments

Comments
 (0)