Add files via upload

patch-1
Dominique RIGHETTO 2024-04-13 09:30:59 +02:00 committed by GitHub
parent e8abd46745
commit 0fbd3ed9b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,27 @@
id: chemotargets-clarityvista-panel
info:
name: Chemotargets Clarity Vista Login Panel - Detect
author: righettod
severity: info
description: |
Chemotargets Clarity Vista login panel was detected.
reference:
- https://chemotargets.com/clarityvista/
metadata:
max-request: 1
shodan-query: http.title:"ClarityVista"
verified: true
tags: panel,chemotargets,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains_any(to_lower(body), "<title>clarityvista", "content=\"clarity pharmacovigilance")'
condition: and