nuclei-templates/http/exposed-panels/arcgis/arcgis-services.yaml

39 lines
848 B
YAML

id: arcgis-api-service
info:
name: ArcGIS REST Services Directory - Detect
author: HeeresS
severity: info
description: Check for the existence of the "/arcgis/rest/services" path on an ArcGIS server.
reference:
- https://enterprise.arcgis.com/en/
metadata:
max-request: 1
verified: true
shodan-query: title:"ArcGIS"
tags: panel,arcgis,rest,api,detect
http:
- method: GET
path:
- '{{BaseURL}}/arcgis/rest/services'
matchers-condition: and
matchers:
- type: word
words:
- 'REST Services Directory'
- 'ArcGIS'
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- 'Current Version:\s*<\/b>\s*([0-9.]+)'