Skip to content

Commit

Permalink
Merge pull request #9830 from projectdiscovery/growi-installer
Browse files Browse the repository at this point in the history
Create growi-installer.yaml
  • Loading branch information
pussycat0x committed May 23, 2024
2 parents 0ce9595 + 73d55b3 commit 8ddee0e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions http/misconfiguration/installer/growi-installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
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

0 comments on commit 8ddee0e

Please sign in to comment.