diff --git a/http/misconfiguration/installer/kodbox-installer.yaml b/http/misconfiguration/installer/kodbox-installer.yaml new file mode 100644 index 0000000000..f764988849 --- /dev/null +++ b/http/misconfiguration/installer/kodbox-installer.yaml @@ -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