2022-09-05 05:57:17 +00:00
|
|
|
id: cvent-panel-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Cvent Panel Detect
|
|
|
|
author: tess
|
|
|
|
severity: info
|
|
|
|
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
|
2022-10-07 21:27:25 +00:00
|
|
|
host-redirects: true
|
2022-09-05 05:57:17 +00:00
|
|
|
max-redirects: 2
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "Cvent Inc"
|
|
|
|
- "Cvent, Inc."
|
|
|
|
condition: or
|