Skip to content

GROWI Installer - Exposure

ID: growi-installer

Severity: high

Author: DhiyaneshDk

Tags: install,growi,exposure,misconfig

Checks for the presence of a GROWI Installer.

id: growi-installer
info:
name: GROWI Installer - Exposure
author: DhiyaneshDk
severity: high
description: |
Checks for the presence of a GROWI Installer.
classification:
cpe: cpe:2.3:a:weseek:growi:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: weseek
product: growi
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
# digest: 490a0046304402202fb283d181d9e7d2eb9b82da07bc7390d2f1a4ab8b33d6dfa67b560b1a323f65022018f6b8436b1464b3eeaacdc48f12680d00c71718fb3780818c2d24d3878606be:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/installer/growi-installer.yaml"

View on Github