Skip to content

Seats Login Panel - Detect

ID: seats-login

Severity: info

Author: dhiyaneshDK

Tags: panel

Seats login panel was detected.

id: seats-login
info:
name: Seats Login Panel - Detect
author: dhiyaneshDK
severity: info
description: Seats 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:
max-request: 1
tags: panel
http:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
words:
- "<title>seats.io | login</title>"
- type: status
status:
- 200
# digest: 4b0a00483046022100f7cbc11bb7ab2ffd253f59d2d4f9d079eaeb42780f23f7f11c870ecb7992293b022100d5d8820ca9368037442bfb13e9c094a163555483e00262dd4ddd023334de0f5a: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/seats-login.yaml"

View on Github