Add files via upload

patch-1
HeeresS 2023-03-30 09:28:38 +02:00 committed by GitHub
parent f8719e83a4
commit 627e60f0d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 53 additions and 0 deletions

View File

@ -0,0 +1,26 @@
id: arcgis-services
info:
name: ArcGIS Services
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: None
tags: arcgis, services, api
requests:
- method: GET
path:
- '{{BaseURL}}/arcgis/rest/services'
matchers-condition: and
matchers:
- type: word
words:
- 'services'
- type: status
status:
- 200

View File

@ -0,0 +1,27 @@
id: arcgis-tokens
info:
name: ArcGIS Tokens
author: HeeresS
severity: info
description: Check for the existence of the "/arcgis/tokens/" path on an ArcGIS server.
reference:
- https://enterprise.arcgis.com/en/
classification:
cwe-id: CWE-1270
tags: arcgis, tokens, security
requests:
- method: GET
path:
- '{{BaseURL}}/arcgis/tokens/'
matchers-condition: and
matchers:
- type: word
words:
- 'tokens'
- type: status
status:
- 200