37 lines
837 B
YAML
37 lines
837 B
YAML
id: discourse-installer
|
|
|
|
info:
|
|
name: Discourse Installer Exposure
|
|
author: DhiyaneshDk
|
|
severity: unknown
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: title:"Discourse Setup"
|
|
tags: misconfig,discourse,install
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4a0a0047304502207bf378bb2518de6a22c216274c8d019a58e3b1787947dfbed0d6d655d43f5c67022100edfbaa63f3b114e70d750d70a51d43bf3c0a71501c72204858a6e40f17dd3f42:922c64590222798bb761d5b6d8e72950
|