nuclei-templates/misconfiguration/jetty-showcontexts-enable.yaml

25 lines
501 B
YAML
Raw Normal View History

2021-07-02 02:46:57 +00:00
id: jetty-showcontexts-enable
info:
name: Jetty showContexts Enable in DefaultHandler
author: dhiyaneshDK
severity: low
reference:
- https://github.com/jaeles-project/jaeles-signatures/blob/master/common/jetty-showcontexts-enable.yaml
2021-07-02 02:46:57 +00:00
tags: jetty
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "Contexts known to this server are:"
- type: status
status:
- 200