2021-05-28 04:17:29 +00:00
|
|
|
id: jsf-detection
|
2021-05-27 08:17:14 +00:00
|
|
|
|
|
|
|
info:
|
|
|
|
name: JavaServer Faces Detection
|
|
|
|
author: Moritz Nentwig
|
2021-05-28 04:17:29 +00:00
|
|
|
severity: info
|
2021-05-27 08:17:14 +00:00
|
|
|
description: Searches for JavaServer Faces content on a URL.
|
2021-05-28 04:55:48 +00:00
|
|
|
tags: jsf,tech
|
2021-05-27 08:17:14 +00:00
|
|
|
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}"
|
|
|
|
|
2021-05-28 04:17:29 +00:00
|
|
|
redirects: true
|
|
|
|
max-redirects: 2
|
2021-05-27 08:17:14 +00:00
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "javax.faces.resource"
|
|
|
|
- "javax.faces.ViewState"
|
|
|
|
condition: or
|