53 lines
1.5 KiB
YAML
53 lines
1.5 KiB
YAML
id: wadl-api
|
|
|
|
info:
|
|
name: WADL API - Detect
|
|
author: 0xrudra,manuelbua
|
|
severity: info
|
|
description: WADL API was detected.
|
|
reference:
|
|
- https://github.com/dwisiswant0/wadl-dumper
|
|
- https://www.nopsec.com/leveraging-exposed-wadl-xml-in-burp-suite/
|
|
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: 8
|
|
tags: exposure,api
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/application.wadl"
|
|
- "{{BaseURL}}/application.wadl?detail=true"
|
|
- "{{BaseURL}}/api/application.wadl"
|
|
- "{{BaseURL}}/api/v1/application.wadl"
|
|
- "{{BaseURL}}/api/v2/application.wadl"
|
|
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- name: http-get
|
|
type: word
|
|
words:
|
|
- "This is simplified WADL with user and core resources only"
|
|
- "http://jersey.java.net"
|
|
- "http://wadl.dev.java.net/2009/02"
|
|
|
|
- method: OPTIONS
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/api/v1"
|
|
- "{{BaseURL}}/api/v2"
|
|
|
|
stop-at-first-match: true
|
|
matchers:
|
|
- name: http-options
|
|
type: word
|
|
words:
|
|
- "This is simplified WADL with user and core resources only"
|
|
- "http://jersey.java.net"
|
|
- "http://wadl.dev.java.net/2009/02"
|
|
|
|
# digest: 4b0a00483046022100e2f839e3c09ac43f2fef563e3df53c2508374f88b7a6440f5b8e77a7dbefcc05022100a0f7c47efacbf012afecb48f03f8c1f63a337bf8b96061929d5a1de831f61d79:922c64590222798bb761d5b6d8e72950
|