Merge pull request #5927 from Akokonunes/patch-187

Create xnat-login.yaml
patch-1
Dhiyaneshwaran 2022-11-01 03:22:31 +05:30 committed by GitHub
commit 6eda19f5d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

30
xnat-login.yaml Normal file
View File

@ -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