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

30 lines
677 B
YAML

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
- https://swarm.ptsecurity.com/jetty-features-for-hacking-web-apps/
metadata:
max-request: 1
verified: true
shodan-query: html:"contexts known to this"
tags: jetty,misconfig
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- "Contexts known to this server are:"
- type: status
status:
- 404