Skip to content

Commit 1ea73b7

Browse files
committed
Small description change and favor the use of print_error
1 parent f32ce87 commit 1ea73b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/exploits/windows/browser/keyhelp_launchtripane_exec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def initialize(info = {})
2929
'Name' => 'KeyHelp ActiveX LaunchTriPane Remote Code Execution Vulnerability',
3030
'Description' => %q{
3131
This module exploits a code execution vulnerability in the KeyScript ActiveX
32-
control from the keyhelp.ocx, as installed with several products or GE, such as
32+
control from keyhelp.ocx. It is packaged in several products or GE, such as
3333
Proficy Historian 4.5, 4.0, 3.5, and 3.1, Proficy HMI/SCADA 5.1 and 5.0, Proficy
3434
Pulse 1.0, Proficy Batch Execution 5.6, and SI7 I/O Driver between 7.20 and 7.42.
3535
When the control is installed with these products, the function "LaunchTriPane"
@@ -101,7 +101,7 @@ def auto_target(cli, request)
101101
elsif agent =~ /MSIE/
102102
ret = targets[0]
103103
else
104-
print_status("Unknown User-Agent #{agent}")
104+
print_error("Unknown User-Agent: #{agent}")
105105
end
106106

107107
ret

0 commit comments

Comments
 (0)