Create jetty-showcontexts-enable.yaml
parent
a53902e99c
commit
5f779266bc
|
@ -0,0 +1,23 @@
|
|||
id: jetty-showcontexts-enable
|
||||
|
||||
info:
|
||||
name: Jetty showContexts Enable in DefaultHandler
|
||||
author: dhiyaneshDK
|
||||
severity: low
|
||||
tags: jetty
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "Contexts known to this server are:"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue