nuclei-templates/exposures/apis/wsdl-api.yaml

17 lines
321 B
YAML

id: wsdl-api
info:
name: wsdl-detect
author: jarijaas
severity: info
description: Detects web services that have WSDL (https://www.w3.org/TR/wsdl/)
tags: exposure,api
requests:
- method: GET
path:
- "{{BaseURL}}/?wsdl"
matchers:
- type: word
words:
- "wsdl:definitions"