Enhancement: exposures/apis/wsdl-api.yaml by mp
parent
b394a4660e
commit
4f74a71ffc
|
@ -1,10 +1,15 @@
|
|||
id: wsdl-api
|
||||
|
||||
info:
|
||||
name: wsdl-detect
|
||||
name: WSDL API - Detect
|
||||
author: jarijaas
|
||||
severity: info
|
||||
description: Detects web services that have WSDL (https://www.w3.org/TR/wsdl/)
|
||||
description: Detects web services that have WSDL API was detected.
|
||||
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
|
||||
reference: https://www.w3.org/TR/wsdl/
|
||||
tags: exposure,api
|
||||
|
||||
requests:
|
||||
|
@ -14,4 +19,6 @@ requests:
|
|||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "wsdl:definitions"
|
||||
- "wsdl:definitions"
|
||||
|
||||
# Enhanced by mp on 2023/02/05
|
||||
|
|
Loading…
Reference in New Issue