30 lines
538 B
YAML
30 lines
538 B
YAML
id: opencats-panel
|
|
|
|
info:
|
|
name: OpenCATS Login Panel
|
|
author: arafatansari
|
|
severity: info
|
|
metadata:
|
|
verified: true
|
|
shodan-query: title:"opencats"
|
|
tags: panel,opencats
|
|
|
|
requests:
|
|
- 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
|