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

30 lines
564 B
YAML
Raw Normal View History

2024-05-20 04:48:21 +00:00
id: growi-installer
info:
name: GROWI Installer - Exposure
author: DhiyaneshDk
severity: high
description: |
Checks for the presence of a GROWI Installer.
metadata:
verified: true
max-request: 1
shodan-query: html:"Installer - GROWI"
tags: install,growi,exposure,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/installer"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>Installer - GROWI</title>"
- type: status
status:
- 200