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

31 lines
655 B
YAML
Raw Normal View History

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