2022-03-17 15:55:24 +00:00
|
|
|
id: arcgis-panel
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: ArcGIS Enterprise Panel
|
|
|
|
author: Podalirius
|
|
|
|
severity: info
|
2022-03-22 03:48:47 +00:00
|
|
|
description: An ArcGIS instance was discovered.
|
|
|
|
reference:
|
|
|
|
- https://enterprise.arcgis.com/en/
|
|
|
|
classification:
|
|
|
|
cwe-id: CWE-200
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
2024-02-22 00:55:04 +00:00
|
|
|
vendor: esri
|
|
|
|
product: arcgis_enterprise
|
2023-04-28 08:11:21 +00:00
|
|
|
max-request: 1
|
2023-10-14 11:27:55 +00:00
|
|
|
tags: docs,arcgis,cms,panel
|
2022-03-17 15:55:24 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-03-17 15:55:24 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- '{{BaseURL}}/portal/portalhelp/en/'
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- 'ArcGIS Enterprise'
|
|
|
|
- 'Installation and Deployment'
|
|
|
|
condition: or
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
extractors:
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 1
|
|
|
|
regex:
|
|
|
|
- ' ([0-9.]+)</span>'
|
|
|
|
|
|
|
|
- type: regex
|
|
|
|
part: body
|
|
|
|
group: 2
|
|
|
|
regex:
|
2022-03-22 03:48:47 +00:00
|
|
|
- '(Released Version:</strong>[\n\t ]+(([0-9]+(.[0-9]+)?(.[0-9]+)?)([\n\t ]+\([A-Za-z]+[\t ]+20[0-9][0-9]\))?))'
|
2024-02-28 16:35:47 +00:00
|
|
|
# digest: 4b0a00483046022100d773a5849390dfe34e1dbd1eea48213a043488406bdc5613a1f32d60320ebf91022100b81f076faf691a71f07fcf21858019900b51e5eb7da33b26dc1e5c01c04a4fb3:922c64590222798bb761d5b6d8e72950
|