26 lines
472 B
YAML
26 lines
472 B
YAML
|
id: formalms-install
|
||
|
|
||
|
info:
|
||
|
name: Formalms Exposed Installation
|
||
|
author: princechaddha
|
||
|
severity: high
|
||
|
tags: misconfig,formalms
|
||
|
|
||
|
requests:
|
||
|
- 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
|