Merge pull request #9578 from righettod/algonomia_add

Add detection of Algonomia Leaf Platform login panel instances.
patch-1
Ritik Chaddha 2024-04-16 09:58:21 +05:30 committed by GitHub
commit 22f4d1b0c3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: algonomia-panel
info:
name: Algonomia Leaf Platform Panel - Detect
author: righettod
severity: info
description: |
Algonomia Leaf Platform login panel was detected.
reference:
- https://algonomia.com/
metadata:
max-request: 1
verified: true
tags: tech,algonomia,detect
http:
- method: GET
path:
- "{{BaseURL}}/assets/i18n/en.json"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(to_lower(body), "logincomponent\":")'
- 'contains_any(to_lower(body), "leafplatform", "leaf platform")'
- 'contains(header, "application/json")'
condition: and