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

31 lines
624 B
YAML

id: arcgis-token-service
info:
name: ArcGIS Token Service - Detect
author: HeeresS
severity: info
description: Check for the existence of the ArcGIS Token Service on an ArcGIS server.
reference:
- https://enterprise.arcgis.com/en/
metadata:
verified: true
max-request: 1
shodan-query: title:"ArcGIS"
tags: panel,arcgis,tokens,detect
http:
- method: GET
path:
- '{{BaseURL}}/arcgis/tokens/'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'alt="ArcGIS Token Service'
- type: status
status:
- 200