Skip to content

Commit

Permalink
Merge pull request #9852 from projectdiscovery/qloapps-installer
Browse files Browse the repository at this point in the history
Create qloapps-installer.yaml
  • Loading branch information
DhiyaneshGeek committed May 23, 2024
2 parents c73d04b + dd32cc4 commit 3506181
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions http/misconfiguration/installer/qloapps-installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
id: qloapps-installer

info:
name: QloApps - Installation
author: ritikchaddha
severity: high
description: |
QloApps Installation Assistant panel exposure.
metadata:
verified: true
max-request: 1
fofa-query: title="QloApps Installation"
tags: install,qloapps,misconfig,exposure

http:
- method: GET
path:
- "{{BaseURL}}/install/"

host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<title>QloApps Installation"
case-insensitive: true

- type: status
status:
- 200

0 comments on commit 3506181

Please sign in to comment.