Skip to content

Qualtrics Login Panel - Detect

ID: qualtrics-login

Severity: info

Author: tess

Tags: panel,qualtrics

Qualtrics login panel was detected.

id: qualtrics-login
info:
name: Qualtrics Login Panel - Detect
author: tess
severity: info
description: Qualtrics 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: 1
tags: panel,qualtrics
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers-condition: and
matchers:
- type: word
words:
- "Powered by Qualtrics"
- "Welcome to Qualtrics Certification"
condition: or
- type: status
status:
- 200
# digest: 4a0a0047304502202e734ac4d93aea6b021032c6d14b33b2ef76cabfbe935cc40950fdb634192042022100aa8a51ee69bf374dc97f73dc335d757ac5dc10b71ed1a469e5a72d5389ae88b9: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/qualtrics-login.yaml"

View on Github