Create emlog-installer.yaml

patch-11
Ritik Chaddha 2024-09-05 09:23:46 +04:00 committed by GitHub
parent 5e0de9b94a
commit 72b04d3d47
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,33 @@
id: emlog-installer
info:
name: Emlog Pro - Installation
author: ritikchaddha
severity: critical
description: |
Emlog Pro Installation page has been exposed.
metadata:
max-request: 1
verified: true
fofa-query: title="emlog"
tags: emlog,install,misconfig
http:
- method: GET
path:
- "{{BaseURL}}/install.php"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '>MySQL'
- 'install.php?action=install'
- 'emlog'
condition: and
case-insensitive: true
- type: status
status:
- 200