Merge pull request #9578 from righettod/algonomia_add
Add detection of Algonomia Leaf Platform login panel instances.patch-1
commit
22f4d1b0c3
|
@ -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
|
Loading…
Reference in New Issue