Create formalms-install.yaml

patch-1
Prince Chaddha 2021-12-13 14:22:46 +05:30 committed by GitHub
parent a514552bdf
commit 7aafd1741a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
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