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

17 lines
321 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
2021-04-02 13:10:33 +00:00
description: Detects web services that have WSDL (https://www.w3.org/TR/wsdl/)
tags: exposure,api
2020-10-03 06:18:39 +00:00
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"