nuclei-templates/security-misconfiguration/unauthenticated-jenkin-dash...

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