Skip to content

Commit

Permalink
Merge pull request #8228 from projectdiscovery/alma-installer
Browse files Browse the repository at this point in the history
Create alma-installer.yaml
  • Loading branch information
pussycat0x authored Sep 19, 2023
2 parents 501ac5f + b7eb520 commit 9346838
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions http/misconfiguration/installer/alma-installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
id: alma-installer

info:
name: Alma Installation Exposure
author: DhiyaneshDK
severity: high
metadata:
max-request: 1
verified: true
shodan-query: title:"Alma Installation"
tags: misconfig,alma,install,exposure

http:
- method: GET
path:
- '{{BaseURL}}/setup/start'

matchers-condition: and
matchers:
- type: word
part: body
words:
- '<title>Setup wizard | Alma Installation</title>'

- type: word
part: header
words:
- "text/html"

- type: status
status:
- 200

0 comments on commit 9346838

Please sign in to comment.