nuclei-templates/http/exposed-panels/appwrite-panel.yaml

29 lines
662 B
YAML
Raw Normal View History

2023-04-13 19:15:01 +00:00
id: appwrite-panel
info:
name: Appwrite Login Panel - Detect
author: ritikchaddha
severity: info
2023-04-13 19:19:14 +00:00
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
cvss-score: 0.0
cwe-id: CWE-200
2023-04-13 19:16:30 +00:00
metadata:
max-request: 2
2023-06-04 08:13:42 +00:00
verified: true
2023-04-13 19:16:30 +00:00
shodan-query: http.favicon.hash:-633108100
2023-04-13 19:15:01 +00:00
tags: panel,appwrite,detect
http:
2023-04-13 19:15:01 +00:00
- 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)))"