24 lines
377 B
YAML
24 lines
377 B
YAML
|
id: unaunthenticated-jenkin
|
||
|
|
||
|
info:
|
||
|
name: Unauthenticated Jenkins Dashboard
|
||
|
author: dhiyaneshDK
|
||
|
severity: high
|
||
|
tags: jenkins
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- Dashboard [Jenkins]
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|