Skip to content

Commit

Permalink
Create dolphin-installer.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DhiyaneshGeek authored Sep 28, 2023
1 parent 87e8a09 commit 8346d97
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions http/misconfiguration/installer/dolphin-installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
id: dolphin-installer

info:
name: Dolphin Installer
author: DhiyaneshDk
severity: high
metadata:
max-request: 1
verified: true
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: word
part: header
words:
- 'text/html'

- type: status
status:
- 200

0 comments on commit 8346d97

Please sign in to comment.