47 lines
1.2 KiB
YAML
47 lines
1.2 KiB
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/
|
|
classification:
|
|
cpe: cpe:2.3:a:esri:arcgis_server:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: esri
|
|
product: arcgis_server
|
|
shodan-query:
|
|
- title:"ArcGIS"
|
|
- http.title:"arcgis"
|
|
fofa-query: title="arcgis"
|
|
google-query: intitle:"arcgis"
|
|
tags: panel,arcgis,rest,api,detect,esri
|
|
|
|
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.]+)'
|
|
# digest: 4a0a00473045022049b3f456bfc40eaf087e91c971030226f4f85bca2d7e0cda3dfb264d9b021aaf022100de51217ac9cef5b094e0c97fd54e812fb3a7a7dba61a2a5a7c568e409f183f35:922c64590222798bb761d5b6d8e72950 |