39 lines
925 B
YAML
39 lines
925 B
YAML
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
|
|
cvss-score: 0
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
shodan-query: title:"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: 490a0046304402206cdc7c3ffeffa616e8a52fdcd61b1af516efa5d5c09fab809e00bf2994d9d7fd0220029c0758b0e078b44e9d19213a3dd7d32d9dc2c26ffc065e36cd6baa8081024d:922c64590222798bb761d5b6d8e72950
|