nuclei-templates/exposed-panels/exposed-nomad.yaml

30 lines
531 B
YAML
Raw Normal View History

2021-05-19 18:27:03 +00:00
id: exposed-nomad
info:
name: Exposed Nomad Jobs
author: pdteam
severity: high
2021-06-11 07:15:16 +00:00
tags: nomad,devops,hashicorp,panel
2021-05-19 18:30:42 +00:00
reference: https://www.nomadproject.io/docs/internals/security
2021-05-19 18:27:03 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/ui/jobs"
matchers-condition: and
matchers:
- type: word
words:
- "Nomad"
- "nomad-ui"
condition: and
- type: word
words:
- "text/html"
part: header
- type: status
status:
- 200