Update tested version numbers

bug/bundler_fix
Mehmet Ince 2017-02-08 19:31:01 +03:00
parent 906fcfe355
commit 4ee05313d8
No known key found for this signature in database
GPG Key ID: 11EF24A306357530
1 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,9 @@ class MetasploitModule < Msf::Exploit::Remote
SSH login attempt with a invalid credentials can trigger a created rogue policy which triggers an action that executes
operating system command with root user privileges.
This module was tested against AlienVault USM 5.2.5.
This module was tested against following product and versions:
AlienVault USM 5.3.0, 5.2.5, 5.0.0, 4.15.11, 4.5.0
AlienVault OSSIM 5.0.0, 4.6.1
},
'License' => MSF_LICENSE,
'Author' =>
@ -47,7 +49,7 @@ class MetasploitModule < Msf::Exploit::Remote
'Arch' => ARCH_PYTHON,
'Targets' =>
[
['Alienvault OSSIM 5.3.1', {}]
['Alienvault USM/OSSIM <= 5.3.0', {}]
],
'Privileged' => true,
'DisclosureDate' => "Jan 31 2017",