nuclei-templates/http/misconfiguration/formalms-install.yaml

28 lines
499 B
YAML

id: formalms-install
info:
name: Formalms Exposed Installation
author: princechaddha
severity: high
tags: misconfig,formalms
metadata:
max-request: 1
http:
- method: GET
path:
- '{{BaseURL}}/install/'
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>forma.lms installer</title>'
- '<h1>forma.lms - Installation</h1>'
condition: and
- type: status
status:
- 200