26 lines
441 B
YAML
26 lines
441 B
YAML
|
id: unaunthenticated-jenkin
|
||
|
|
||
|
info:
|
||
|
name: Unauthenticated Jenkin Dashboard
|
||
|
author: dhiyaneshDK
|
||
|
severity: High
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
- "{{BaseURL}}:8080"
|
||
|
- "{{BaseURL}}:9090"
|
||
|
- "{{BaseURL}}:8888"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- Dashboard [Jenkins]
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|