Update tested version numbers
parent
906fcfe355
commit
4ee05313d8
|
@ -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
|
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.
|
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,
|
'License' => MSF_LICENSE,
|
||||||
'Author' =>
|
'Author' =>
|
||||||
|
@ -47,7 +49,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||||
'Arch' => ARCH_PYTHON,
|
'Arch' => ARCH_PYTHON,
|
||||||
'Targets' =>
|
'Targets' =>
|
||||||
[
|
[
|
||||||
['Alienvault OSSIM 5.3.1', {}]
|
['Alienvault USM/OSSIM <= 5.3.0', {}]
|
||||||
],
|
],
|
||||||
'Privileged' => true,
|
'Privileged' => true,
|
||||||
'DisclosureDate' => "Jan 31 2017",
|
'DisclosureDate' => "Jan 31 2017",
|
||||||
|
|
Loading…
Reference in New Issue