OpenCATS Login Panel - Detect
ID: opencats-panel
Severity: info
Author: arafatansari
Tags: panel,opencats
Description
Section titled “Description”OpenCATS login panel was detected.
YAML Source
Section titled “YAML Source”id: opencats-panel
info: name: OpenCATS Login Panel - Detect author: arafatansari severity: info description: OpenCATS 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 cpe: cpe:2.3:a:opencats:opencats:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: opencats product: opencats shodan-query: - title:"opencats" - http.title:"opencats" fofa-query: title="opencats" google-query: intitle:"opencats" tags: panel,opencats
http: - method: GET path: - "{{BaseURL}}" - "{{BaseURL}}/opencats/"
stop-at-first-match: true
matchers-condition: and matchers: - type: word words: - '<title>opencats - Login</title>' - '<!-- CATS_LOGIN -->' condition: or
- type: status status: - 200# digest: 4a0a004730450220077bc2589e98477476354326235aeff91867122858ec7e245c901c87607f6ce8022100dff8d0a35f5e105d1643a348189a4449d3b7c316e97a979776510fb5d3ff7122:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/opencats-panel.yaml"