Appwrite Login Panel - Detect
ID: appwrite-panel
Severity: info
Author: ritikchaddha
Tags: panel,appwrite,detect
Description
Section titled “Description”Appwrite login panel was detected.
YAML Source
Section titled “YAML Source”id: appwrite-panel
info: name: Appwrite Login Panel - Detect author: ritikchaddha severity: info description: Appwrite login panel was detected. classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cwe-id: CWE-200 cpe: cpe:2.3:a:appwrite:appwrite:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: appwrite product: appwrite shodan-query: - http.favicon.hash:-633108100 - http.title:"sign in - appwrite" fofa-query: - icon_hash=-633108100 - title="sign in - appwrite" google-query: intitle:"sign in - appwrite" tags: panel,appwrite,detect
http: - method: GET path: - '{{BaseURL}}/images/favicon.png' - '{{BaseURL}}/favicon.png'
stop-at-first-match: true matchers: - type: dsl dsl: - "status_code==200 && (\"-633108100\" == mmh3(base64_py(body)))"# digest: 4a0a0047304502210087c6ae649ec801350034523e008c0b6098da32770eef1e24d3fa664e3c972477022035c47a05c914d0e6236364dd1a8f6c245a07217c21e14bde8ff6b203d83381a8:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposed-panels/appwrite-panel.yaml"