Merge pull request #9852 from projectdiscovery/qloapps-installer
Create qloapps-installer.yamlpatch-2
commit
350618119e
|
@ -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
|
Loading…
Reference in New Issue