2023-10-14 11:27:55 +00:00
|
|
|
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/
|
2024-03-26 08:03:04 +00:00
|
|
|
classification:
|
|
|
|
cpe: cpe:2.3:a:esri:arcgis_server:*:*:*:*:*:*:*:*
|
2023-10-14 11:27:55 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2024-03-23 09:28:19 +00:00
|
|
|
product: arcgis_server
|
2023-10-14 11:27:55 +00:00
|
|
|
shodan-query: title:"ArcGIS"
|
2024-03-26 08:03:04 +00:00
|
|
|
vendor: esri
|
|
|
|
verified: true
|
|
|
|
tags: panel,arcgis,rest,api,detect,esri
|
2023-10-14 11:27:55 +00:00
|
|
|
|
|
|
|
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.]+)'
|
2024-03-26 08:03:04 +00:00
|
|
|
# digest: 4a0a004730450221009957b431fdc4e2ecd02a59552b435df5c3e7b836796357ef590c8ac7753cc5d602206aba5c3c02b0c2353e0081e8f7a3dc1efd42244d9f120255a13698bf1b7e56d8:922c64590222798bb761d5b6d8e72950
|