diff --git a/technologies/wsdl-detect.yaml b/technologies/wsdl-detect.yaml new file mode 100644 index 0000000000..1d6dc9dd3b --- /dev/null +++ b/technologies/wsdl-detect.yaml @@ -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" \ No newline at end of file