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

26 lines
441 B
YAML
Raw Normal View History

2020-09-15 16:21:32 +00:00
id: unaunthenticated-jenkin
info:
name: Unauthenticated Jenkin Dashboard
author: dhiyaneshDK
2020-09-20 12:57:43 +00:00
severity: high
2020-09-15 16:21:32 +00:00
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