nuclei-templates/exposed-panels/cortex-xsoar-login.yaml

25 lines
423 B
YAML

id: cortex-xsoar-login
info:
name: Cortex XSOAR Login Panel
author: dhiyaneshDK
severity: info
metadata:
shodan-query: http.title:"Cortex XSOAR"
tags: panel,soar,login
requests:
- method: GET
path:
- '{{BaseURL}}/#/login'
matchers-condition: and
matchers:
- type: word
words:
- '<title>Cortex XSOAR</title>'
- type: status
status:
- 200