diff --git a/http/misconfiguration/installer/qloapps-installer.yaml b/http/misconfiguration/installer/qloapps-installer.yaml new file mode 100644 index 00000000000..87064f012ca --- /dev/null +++ b/http/misconfiguration/installer/qloapps-installer.yaml @@ -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: + - "QloApps Installation" + case-insensitive: true + + - type: status + status: + - 200