commit
cab57d22a7
|
@ -0,0 +1,18 @@
|
|||
id: wsdl-detect
|
||||
|
||||
info:
|
||||
name: wsdl-detect
|
||||
author: jarijaas
|
||||
severity: info
|
||||
|
||||
# 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
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/?wsdl"
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "wsdl:definitions"
|
Loading…
Reference in New Issue