Skip to content

Dolphin Installer - Exposure

ID: dolphin-installer

Severity: high

Author: DhiyaneshDk

Tags: misconfig,dolphin,install,exposure

Dolphin is susceptible to the Installation page exposure due to misconfiguration.

id: dolphin-installer
info:
name: Dolphin Installer - Exposure
author: DhiyaneshDk
severity: high
description: Dolphin is susceptible to the Installation page exposure due to misconfiguration.
classification:
cpe: cpe:2.3:a:boonex:dolphin:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: boonex
product: dolphin
fofa-query: icon_hash="-945121295"
tags: misconfig,dolphin,install,exposure
http:
- method: GET
path:
- '{{BaseURL}}/install.php'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Dolphin Installation'
- type: status
status:
- 200
# digest: 4a0a00473045022100dabeaf83fb6ce0f788e0a366dcae5fcb15c2fdbae41ab4e97ed7a3628483a414022040c6aa26bba02953e7b6e55d22b1ed404d2a68dfe69c7db73cd76f8cf7a80277:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/misconfiguration/installer/dolphin-installer.yaml"

View on Github