Skip to content

ThreatQ Login Panel - Detect

ID: threatq-login

Severity: info

Author: idealphase

Tags: panel,threatq

ThreatQ login panel was detected.

id: threatq-login
info:
name: ThreatQ Login Panel - Detect
author: idealphase
severity: info
description: ThreatQ login panel was detected.
reference:
- https://www.threatq.com/threat-intelligence-platform/
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:
max-request: 1
tags: panel,threatq
http:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
words:
- '<title ng-bind="PageTitle.getTitle()">ThreatQ</title>'
- '<script src="/assets/js/threatq.min.js'
condition: or
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<script src="/assets/js/threatq.min.js\?(.*)'
# digest: 490a00463044022079baf3839e3a28176ad3c0777b10c1f2d1fbfd8af7ff545e919268a3f6a63f70022049b7e36f5e0a7dc68980179b8d75d5efe24539aec6d6b560daecd22aa90d9142: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/threatq-login.yaml"

View on Github