nuclei-templates/misconfiguration/grafana-public-signup.yaml

36 lines
707 B
YAML
Raw Normal View History

2021-08-19 16:41:11 +00:00
id: grafana-public-signup
info:
name: Grafana Public Signup
author: pdteam
severity: medium
tags: grafana,intrusive
2021-08-19 16:41:11 +00:00
requests:
- raw:
- |
POST /api/user/signup/step2 HTTP/1.1
Host: {{Hostname}}
content-type: application/json
Origin: {{BaseURL}}
Referer: {{BaseURL}}
{"username":"nuclei_{{randstr}}","password":"{{randstr_1}}"}
2021-08-19 16:41:11 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "User sign up completed successfully"
- type: word
words:
- "grafana_sess"
- "grafana_user"
condition: and
part: header
- type: status
status:
- 200