Update opencats-panel.yaml

patch-1
Ritik Chaddha 2022-10-25 16:14:01 +05:30 committed by GitHub
parent 2c8c0c1167
commit a8156f3a62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 15 deletions

View File

@ -1,32 +1,29 @@
id: opencats-panel
info:
name: OpenCATS - Panel
name: OpenCATS Login Panel
author: arafatansari
severity: info
metadata:
verified: true
shodan-query: title:"opencats"
tags: opencats,login,panel
tags: panel,opencats
requests:
- raw:
- |
GET / HTTP/1.1
Host: {{Hostname}}
- |
GET /opencats HTTP/1.1
Host: {{Hostname}}
- method: GET
path:
- "{{BaseURL}}"
- "{{BaseURL}}/opencats/"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- '<title>opencats - Login</title>'
- 'CATS_LOGIN'
condition: and
condition: or
- type: status
status:
- 200