Skip to content

Commit 6d05a24

Browse files
committed
Add target information
1 parent 604a612 commit 6d05a24

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

modules/exploits/windows/http/hp_autopass_license_traversal.rb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,20 @@ def initialize(info = {})
4747
'WebappsDepth' => 1
4848
}
4949
],
50-
['Windows 2008 / HP AutoPass License Server 8.01 / HP Service Virtualization 3.50',
50+
['Windows 2008 32 bits/ HP AutoPass License Server 8.01 / HP Service Virtualization 3.50',
5151
{
5252
'InstallDepth' => 7,
5353
'InstallFolder' => '/Program Files/HP/HP AutoPass License Server/HP AutoPass License Server/HP AutoPass License Server',
5454
'WebappsDepth' => 1
5555
}
5656
],
57+
['Windows 2008 64 bits/ HP AutoPass License Server 8.01 / HP Service Virtualization 3.50',
58+
{
59+
'InstallDepth' => 7,
60+
'InstallFolder' => '/Program Files (x86)/HP/HP AutoPass License Server/HP AutoPass License Server/HP AutoPass License Server',
61+
'WebappsDepth' => 1
62+
}
63+
],
5764
['Windows 2012 / HP AutoPass License Server 8.01 / HP Service Virtualization 3.50',
5865
{
5966
'InstallDepth' => 4,

0 commit comments

Comments
 (0)