Add wsdl-detect

patch-1
Jari Jääskelä 2020-10-02 17:27:13 +03:00
parent ffedf2c3fb
commit 36f293eae9
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# 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
id: wsdl-detect
info:
name: wsdl-detect
author: jaras
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}?wsdl"
matchers:
- type: word
words:
- "wsdl:definitions"