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

35 lines
624 B
YAML

id: nodebb-installer
info:
name: NodeBB Web Installer
author: DhiyaneshDk
severity: high
metadata:
max-request: 1
verified: true
shodan-query: title:"NodeBB Web Installer"
tags: misconfig,nodebb,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'NodeBB Web Installer'
- 'Create an Administrator account'
condition: and
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200