nuclei-templates/http/misconfiguration/installer/discourse-installer.yaml

35 lines
642 B
YAML
Raw Normal View History

2022-10-25 21:03:39 +00:00
id: discourse-installer
info:
name: Discourse Installer Exposure
author: DhiyaneshDk
2022-10-26 06:53:43 +00:00
severity: unknown
2022-10-25 21:03:39 +00:00
metadata:
max-request: 1
2022-10-25 21:03:39 +00:00
verified: true
shodan-query: title:"Discourse Setup"
tags: misconfig,discourse,install
http:
2022-10-25 21:03:39 +00:00
- method: GET
path:
- '{{BaseURL}}/finish-installation/register'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Discourse Setup'
- 'Register Admin Account'
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200