Skip to content

WSDL API - Detect

ID: wsdl-api

Severity: info

Author: jarijaas

Tags: exposure,api

WSDL API was detected.

id: wsdl-api
info:
name: WSDL API - Detect
author: jarijaas
severity: info
description: WSDL API was detected.
reference: https://www.w3.org/TR/wsdl/
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0
cwe-id: CWE-200
metadata:
max-request: 1
tags: exposure,api
http:
- method: GET
path:
- "{{BaseURL}}/?wsdl"
matchers:
- type: word
words:
- "wsdl:definitions"
# digest: 4a0a004730450220055d90fa2692cfcc0f133f4a94e10699d2be67d965db1da263c56aaee42a33ae02210093d1723a0fc4e895cdbe8c25384b6ff91841c7bba1f0e50d64c050b4063b270e:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/apis/wsdl-api.yaml"

View on Github