File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
modules/exploits/windows/http Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,20 @@ def initialize(info = {})
47
47
'WebappsDepth' => 1
48
48
}
49
49
] ,
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' ,
51
51
{
52
52
'InstallDepth' => 7 ,
53
53
'InstallFolder' => '/Program Files/HP/HP AutoPass License Server/HP AutoPass License Server/HP AutoPass License Server' ,
54
54
'WebappsDepth' => 1
55
55
}
56
56
] ,
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
+ ] ,
57
64
[ 'Windows 2012 / HP AutoPass License Server 8.01 / HP Service Virtualization 3.50' ,
58
65
{
59
66
'InstallDepth' => 4 ,
You can’t perform that action at this time.
0 commit comments