Enhancement: exposures/apis/wsdl-api.yaml by mp

patch-1
MostInterestingBotInTheWorld 2023-02-05 11:13:01 -05:00
parent b394a4660e
commit 4f74a71ffc
1 changed files with 10 additions and 3 deletions

View File

@ -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