Create subrion-installer.yaml
parent
da709ca266
commit
4f6d414376
|
@ -0,0 +1,33 @@
|
|||
id: subrion-installer
|
||||
|
||||
info:
|
||||
name: Subrion CMS Web Installer - Exposure
|
||||
author: ritikchaddha
|
||||
severity: high
|
||||
description: |
|
||||
Subrion CMS Web Installer has been exposed.
|
||||
reference:
|
||||
- https://github.com/intelliants/subrion
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
fofa-query: title="Subrion CMS Web Installer"
|
||||
tags: subrion,cms,install,misconfig
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/install/"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Subrion CMS Web Installer"
|
||||
- "Installation wizard"
|
||||
condition: and
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue