Skip to content

XNAT Login Panel - Detect

ID: xnat-login

Severity: info

Author: 0x_Akoko

Tags: xnat,panel

XNAT login panel was detected.

id: xnat-login
info:
name: XNAT Login Panel - Detect
author: 0x_Akoko
severity: info
description: XNAT login panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cwe-id: CWE-200
cpe: cpe:2.3:a:xnat:xnat:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
shodan-query: title:"xnat"
product: xnat
vendor: xnat
tags: xnat,panel
http:
- 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
# digest: 490a00463044022029ea61eabbf790d5feef14a6d1122b954838e61498daec8f6b180e215ef3c11102204af01fd4526aafb2a772de9851731090387362ccb0c025dd1e1a92a06c016ffe:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposed-panels/xnat-login.yaml"

View on Github