Merge pull request #3205 from pussycat0x/master

DWR test page detect
patch-1
Prince Chaddha 2021-11-28 19:37:02 +04:00 committed by GitHub
commit 0f5d673186
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
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:
google-dork: intitle:"DWR Test Index"
tags: tech,misconfig,dwr
requests:
- 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