Create kodbox-installer.yaml
parent
0ebad553e3
commit
1eccff787d
|
@ -0,0 +1,34 @@
|
|||
id: kodbox-installer
|
||||
|
||||
info:
|
||||
name: Kodbox Installation Page - Exposure
|
||||
author: DhiyaneshDK
|
||||
severity: high
|
||||
description: |
|
||||
Kodbox is susceptible to the Installation page exposure due to misconfiguration.
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
fofa-query: title="kodbox" && body="install"
|
||||
tags: misconfig,exposure,install,kodbox
|
||||
|
||||
http:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "Kodbox-Installation"
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- "text/html"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue