Update opencats-panel.yaml
parent
2c8c0c1167
commit
a8156f3a62
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue