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-03-23 09:28:19 +00:00
|
|
|
max-request: 1
|
2024-02-22 00:55:04 +00:00
|
|
|
vendor: esri
|
|
|
|
product: arcgis_enterprise
|
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-03-25 11:57:16 +00:00
|
|
|
# digest: 4a0a00473045022100e75ef14aaa920efb3f04275804e5dc93d31bb6478ffff53265f604014c63769002201f0f010c5ae3c87e8d0ec2d9fd6a14974cec6cc94ca052136230e9accf7d1009:922c64590222798bb761d5b6d8e72950
|