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

24 lines
377 B
YAML
Raw Normal View History

2022-11-13 20:54:52 +00:00
id: unauthenticated-jenkins
2020-09-15 16:21:32 +00:00
info:
2021-04-29 06:11:35 +00:00
name: Unauthenticated Jenkins Dashboard
2020-09-15 16:21:32 +00:00
author: dhiyaneshDK
2020-09-20 12:57:43 +00:00
severity: high
tags: jenkins
2020-09-15 16:21:32 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
words:
- Dashboard [Jenkins]
condition: and
- type: status
status:
- 200