nuclei-templates/xnat-login.yaml

31 lines
484 B
YAML
Raw Normal View History

2022-10-31 21:28:54 +00:00
id: xnat-login
info:
2022-10-31 21:50:40 +00:00
name: XNAT Login
2022-10-31 21:28:54 +00:00
author: 0x_Akoko
severity: info
2022-10-31 21:49:25 +00:00
metadata:
2022-10-31 21:48:14 +00:00
verified: true
shodan-query: title:"xnat"
2022-10-31 21:50:40 +00:00
tags: xnat,panel
2022-10-31 21:28:54 +00:00
requests:
- method: GET
path:
- '{{BaseURL}}/app/template/Login.vm'
matchers-condition: and
matchers:
- type: word
words:
- '<title>XNAT</title>'
2022-10-31 21:48:14 +00:00
- type: word
part: header
words:
- "text/html"
2022-10-31 21:28:54 +00:00
- type: status
status:
- 200