Merge pull request #529 from Jarijaas/wsdl-detect

Add generic WSDL detector
patch-1
bauthard 2020-10-03 11:49:21 +05:30 committed by GitHub
commit cab57d22a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

18
files/wsdl-detect.yaml Normal file
View File

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