38 lines
824 B
YAML
38 lines
824 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.0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
shodan-query: http.html:"Cvent Inc"
|
|
tags: panel,cvent
|
|
|
|
requests:
|
|
- 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
|
|
|
|
# Enhanced by md on 2022/11/09
|