Skip to content

Chemotargets Clarity Vista Login Panel - Detect

ID: chemotargets-clarityvista-panel

Severity: info

Author: righettod

Tags: panel,chemotargets,login,detect

Chemotargets Clarity Vista login panel was detected.

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:
verified: true
max-request: 1
shodan-query: http.title:"ClarityVista"
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
# digest: 490a00463044022014bcc89989f71ace08503ba839c9783e0e8eaa27cad0710ecc531ab8f839f07302202118d32e394a8d76194a07c409e0033cfccf46fdbcbff85160971ec073f4231c:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/chemotargets-clarityvista-panel.yaml"

View on Github