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

18 lines
417 B
YAML
Raw Normal View History

2021-01-09 13:02:04 +00:00
id: wsdl-api
2020-10-02 14:27:13 +00:00
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"