Fix quotes
parent
57c4a3387b
commit
00adbd7f64
|
@ -14,7 +14,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
|||
|
||||
def initialize(info = {})
|
||||
super(update_info(info,
|
||||
'Name' => 'SysAid Help Desk 'rdslogs' Arbitrary File Upload',
|
||||
'Name' => "SysAid Help Desk 'rdslogs' Arbitrary File Upload",
|
||||
'Description' => %q{
|
||||
This module exploits a file upload vulnerability in SysAid Help Desk v14.3 and v14.4.
|
||||
The vulnerability exists in the RdsLogsEntry servlet which accepts unauthenticated
|
||||
|
|
Loading…
Reference in New Issue