nuclei-templates/http/vulnerabilities/jenkins/unauthenticated-jenkins.yaml

26 lines
404 B
YAML

id: unauthenticated-jenkins
info:
name: Unauthenticated Jenkins Dashboard
author: dhiyaneshDK
severity: high
tags: jenkins
metadata:
max-request: 1
http:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- Dashboard [Jenkins]
condition: and
- type: status
status:
- 200