nuclei-templates/xnat-login.yaml

31 lines
484 B
YAML

id: xnat-login
info:
name: XNAT Login
author: 0x_Akoko
severity: info
metadata:
verified: true
shodan-query: title:"xnat"
tags: xnat,panel
requests:
- method: GET
path:
- '{{BaseURL}}/app/template/Login.vm'
matchers-condition: and
matchers:
- type: word
words:
- '<title>XNAT</title>'
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200