commit
6eda19f5d9
|
@ -0,0 +1,30 @@
|
|||
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
|
Loading…
Reference in New Issue