Skip to content

Commit 4ee0531

Browse files
committed
Update tested version numbers
1 parent 906fcfe commit 4ee0531

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

modules/exploits/linux/http/alienvault_exec.rb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ def initialize(info={})
2424
SSH login attempt with a invalid credentials can trigger a created rogue policy which triggers an action that executes
2525
operating system command with root user privileges.
2626
27-
This module was tested against AlienVault USM 5.2.5.
27+
This module was tested against following product and versions:
28+
AlienVault USM 5.3.0, 5.2.5, 5.0.0, 4.15.11, 4.5.0
29+
AlienVault OSSIM 5.0.0, 4.6.1
2830
},
2931
'License' => MSF_LICENSE,
3032
'Author' =>
@@ -47,7 +49,7 @@ def initialize(info={})
4749
'Arch' => ARCH_PYTHON,
4850
'Targets' =>
4951
[
50-
['Alienvault OSSIM 5.3.1', {}]
52+
['Alienvault USM/OSSIM <= 5.3.0', {}]
5153
],
5254
'Privileged' => true,
5355
'DisclosureDate' => "Jan 31 2017",

0 commit comments

Comments
 (0)