Skip to content

Cvent Login Panel - Detect

ID: cvent-panel-detect

Severity: info

Author: tess

Tags: panel,cvent

Cvent login panel was detected.

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
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: 490a0046304402205ad995749fed5ab41b1ac04d31f1d4af93a8d64975f1c2a3cf87d5279e535b080220031d597a965223823dbb29d3e0a1505ac4203f1bc258fc2d9cd55e9ee2871573: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/cvent-panel-detect.yaml"

View on Github