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

25 lines
474 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 API - Detect
2020-10-02 16:32:33 +00:00
author: jarijaas
2020-10-02 14:27:13 +00:00
severity: info
description: WSDL API was detected.
reference: https://www.w3.org/TR/wsdl/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
tags: exposure,api
metadata:
max-request: 1
2020-10-03 06:18:39 +00:00
http:
2020-10-02 14:27:13 +00:00
- 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"