Added exposed-nomad
parent
888025664e
commit
4084d221b2
|
@ -0,0 +1,29 @@
|
|||
id: exposed-nomad
|
||||
|
||||
info:
|
||||
name: Exposed Nomad Jobs
|
||||
author: pdteam
|
||||
severity: high
|
||||
tags: nomad,devops,hashicorp
|
||||
|
||||
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
|
Loading…
Reference in New Issue