45 lines
925 B
YAML
45 lines
925 B
YAML
id: arcgis-panel
|
|
|
|
info:
|
|
name: ArcGIS Enterprise Panel
|
|
author: Podalirius
|
|
severity: info
|
|
description: An ArcGIS instance was discovered.
|
|
reference:
|
|
- https://enterprise.arcgis.com/en/
|
|
classification:
|
|
cwe-id: CWE-200
|
|
tags: docs,arcgis,cms,panel
|
|
|
|
requests:
|
|
- 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:
|
|
- '(Released Version:</strong>[\n\t ]+(([0-9]+(.[0-9]+)?(.[0-9]+)?)([\n\t ]+\([A-Za-z]+[\t ]+20[0-9][0-9]\))?))'
|
|
|
|
# Enhanced by mp on 2022/03/20
|