32 lines
1022 B
YAML
32 lines
1022 B
YAML
id: dwr-index-detect
|
|
|
|
info:
|
|
name: DWR detect test page detection
|
|
author: pussycat0x
|
|
severity: low
|
|
description: The index contains the list of exposed Java classes. From here one can navigate to the test page of each class where every callable method is described and can be easily tested. This is a great way to find out what methods are exposed and learn how they function.
|
|
reference:
|
|
- http://aetherlab.net/2012/09/experiences-in-pentesting-dwr/
|
|
metadata:
|
|
max-request: 1
|
|
google-query: intitle:"DWR Test Index"
|
|
tags: tech,misconfig,dwr
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/dwr/index.html'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "<title>DWR Test Index</title>"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a0047304502207fdc46bb0d3dde692e2457faaaadd3a2db3c36f70ff08d250f0d04d1333eb425022100de282ac433c11791b2afc1e8663ce4ed9aaf3d0e1de627128162f9f18ac355d5:922c64590222798bb761d5b6d8e72950
|