fix typos
This commit is contained in:
@@ -19,7 +19,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||
'Name' => 'SolarWinds Web Help Desk unauthenticated RCE',
|
||||
'Description' => %q{
|
||||
This module exploits an access control bypass vulnerability (CVE-2025-40536) and an unsafe deserialization
|
||||
vulnerability (CVE-2025-40551) to achieve unauthenticvate RCE againt a vulnerable SolarWinds Web Help Desk
|
||||
vulnerability (CVE-2025-40551) to achieve unauthenticated RCE against a vulnerable SolarWinds Web Help Desk
|
||||
server.
|
||||
},
|
||||
'License' => MSF_LICENSE,
|
||||
@@ -105,7 +105,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||
|
||||
case target['Platform']
|
||||
when 'win'
|
||||
fail_with(Failure::BadConfig, "Remote target is runnign on #{session_ctx[:platform]} but Metasploit target platform is #{target['Platform']}") unless session_ctx[:platform] == :windows
|
||||
fail_with(Failure::BadConfig, "Remote target is running on #{session_ctx[:platform]} but Metasploit target platform is #{target['Platform']}") unless session_ctx[:platform] == :windows
|
||||
# TODO: when 'linux', 'unix'
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user