Skip to content

Commit

Permalink
Merge pull request #8282 from projectdiscovery/dolphin-installer
Browse files Browse the repository at this point in the history
Create dolphin-installer.yaml
  • Loading branch information
ritikchaddha authored Sep 28, 2023
2 parents 6891d1c + 97a84f6 commit 0cef5a5
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions http/misconfiguration/installer/dolphin-installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
id: dolphin-installer

info:
name: Dolphin Installer - Exposure
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: status
status:
- 200

0 comments on commit 0cef5a5

Please sign in to comment.