Create appwrite-panel.yaml

patch-1
Ritik Chaddha 2023-04-14 00:45:01 +05:30 committed by GitHub
parent f1961c8109
commit a6cf40f2b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,20 @@
id: appwrite-panel
info:
name: Appwrite Login Panel - Detect
author: ritikchaddha
severity: info
description: Appwrite login panel was detected.
tags: panel,appwrite,detect
requests:
- 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)))"