nuclei-templates/files/wsdl-detect.yaml

18 lines
420 B
YAML
Raw Normal View History

2020-10-02 14:27:13 +00:00
id: wsdl-detect
info:
name: wsdl-detect
2020-10-02 16:32:33 +00:00
author: jarijaas
2020-10-02 14:27:13 +00:00
severity: info
2020-10-03 06:18:39 +00:00
# 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
2020-10-02 14:27:13 +00:00
requests:
- method: GET
path:
2020-10-03 06:18:39 +00:00
- "{{BaseURL}}/?wsdl"
2020-10-02 14:27:13 +00:00
matchers:
- type: word
words:
- "wsdl:definitions"