Add files via upload
parent
e8abd46745
commit
0fbd3ed9b8
|
@ -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
|
Loading…
Reference in New Issue