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

39 lines
761 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
2022-07-07 10:15:56 +00:00
metadata:
max-request: 1
2022-07-07 10:15:56 +00:00
shodan-query: title:"Grafana"
tags: grafana,intrusive
2021-08-19 16:41:11 +00:00
http:
2021-08-19 16:41:11 +00:00
- raw:
- |
POST /api/user/signup/step2 HTTP/1.1
Host: {{Hostname}}
content-type: application/json
Origin: {{BaseURL}}
Referer: {{BaseURL}}
{"username":"{{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