28 lines
512 B
YAML
28 lines
512 B
YAML
|
id: nuxeo-platform-panel
|
||
|
|
||
|
info:
|
||
|
name: Nuxeo Platform Login Panel
|
||
|
author: kishore-hariram
|
||
|
severity: info
|
||
|
metadata:
|
||
|
verified: true
|
||
|
shodan-query: title:"Nuxeo Platform"
|
||
|
tags: panel,nuxeo
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/nuxeo/login.jsp"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
words:
|
||
|
- 'Nuxeo Platform'
|
||
|
- 'alt="Nuxeo"'
|
||
|
condition: or
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|