nuclei-templates/files/wsdl-detect.yaml

18 lines
420 B
YAML

id: wsdl-detect
info:
name: wsdl-detect
author: jarijaas
severity: info
# This detects web services that have WSDL (https://www.w3.org/TR/wsdl/)
# For instance, SOAP services, such as: https://docs.microsoft.com/en-us/xamarin/xamarin-forms/data-cloud/web-services/asmx
requests:
- method: GET
path:
- "{{BaseURL}}/?wsdl"
matchers:
- type: word
words:
- "wsdl:definitions"