32 lines
872 B
YAML
32 lines
872 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:
|
|
verified: true
|
|
max-request: 1
|
|
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
|
|
|
|
# digest: 4a0a0047304502202bae84a7fad058c4599b190b04410e56ddaaff1871e2952d7b4fb314bd174d1e022100970603a3d8e738a49d3d3ce5cef378f8ef0b0bbd449402a29a4da59d2f6b10fd:922c64590222798bb761d5b6d8e72950
|