39 lines
1000 B
YAML
39 lines
1000 B
YAML
id: cvent-panel-detect
|
|
|
|
info:
|
|
name: Cvent Login Panel - Detect
|
|
author: tess
|
|
severity: info
|
|
description: Cvent login panel was detected.
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 5
|
|
shodan-query: http.html:"Cvent Inc"
|
|
tags: panel,cvent
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
- '{{BaseURL}}/Login.aspx'
|
|
- '{{BaseURL}}/manager/login.aspx'
|
|
- '{{BaseURL}}/GDSHost/Default.aspx'
|
|
- '{{BaseURL}}/events/EventRsvp.aspx'
|
|
|
|
stop-at-first-match: true
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Cvent Inc"
|
|
- "Cvent, Inc."
|
|
condition: or
|
|
|
|
# digest: 4a0a00473045022032393324fa7af0624b39317f5e5c8be35f212720fefa20204078ede7f9872dac022100954bf666ca3aedf7c3b92e67c0cd773ecbcbd9b8dc0cff737b4f951630a2926c:922c64590222798bb761d5b6d8e72950
|