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

35 lines
649 B
YAML
Raw Normal View History

2022-10-26 21:53:56 +00:00
id: lmszai-installer
info:
2022-10-28 05:32:19 +00:00
name: LMSZAI Installer Exposure
2022-10-26 21:53:56 +00:00
author: DhiyaneshDk
severity: high
metadata:
max-request: 1
2022-10-26 21:53:56 +00:00
verified: true
shodan-query: html:"LMSZAI - Learning Management System"
2022-10-28 05:32:19 +00:00
tags: misconfig,blesta,install,exposure
2022-10-26 21:53:56 +00:00
http:
2022-10-26 21:53:56 +00:00
- method: GET
path:
- '{{BaseURL}}/install'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'LMSZAI - Learning Management System'
- 'Configuaration'
condition: and
- type: word
part: header
words:
- 'text/html'
- type: status
status:
- 200