2021-01-09 13:02:04 +00:00
|
|
|
id: wsdl-api
|
2020-10-02 14:27:13 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: wsdl-detect
|
2020-10-02 16:32:33 +00:00
|
|
|
author: jarijaas
|
2020-10-02 14:27:13 +00:00
|
|
|
severity: info
|
2021-04-06 06:46:11 +00:00
|
|
|
tags: exposure,api
|
2021-04-02 13:10:33 +00:00
|
|
|
description: Detects web services that have WSDL (https://www.w3.org/TR/wsdl/)
|
2020-10-03 06:18:39 +00:00
|
|
|
|
2020-10-02 14:27:13 +00:00
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
2020-10-03 06:18:39 +00:00
|
|
|
- "{{BaseURL}}/?wsdl"
|
2020-10-02 14:27:13 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "wsdl:definitions"
|