nuclei-templates/exposures/apis/openapi.yaml

30 lines
447 B
YAML

id: openapi
info:
name: OpenAPI
author: pdteam
severity: info
tags: exposure,api
requests:
- method: GET
path:
- "{{BaseURL}}/openapi.json"
matchers-condition: and
matchers:
- type: word
words:
- application/openapi+json
part: header
- type: word
words:
- openapi
- paths
condition: and
- type: status
status:
- 200