Skip to content

Submitty Login Panel - Detect

ID: submitty-login

Severity: info

Author: princechaddha

Tags: panel,submitty,oss

Submitty login panel was detected.

id: submitty-login
info:
name: Submitty Login Panel - Detect
author: princechaddha
severity: info
description: Submitty login panel was detected.
reference:
- https://github.com/Submitty/Submitty
- https://rcos.io/
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
metadata:
max-request: 1
tags: panel,submitty,oss
http:
- method: GET
path:
- '{{BaseURL}}/authentication/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'submitty-banner'
- 'https://submitty.org'
condition: and
- type: status
status:
- 200
extractors:
- type: regex
part: body
name: version
group: 1
regex:
- '\/Submitty\/Submitty\/releases\/tag\/([a-z0-9.]+)" target="_blank'
# digest: 4b0a00483046022100e60f6b16c5c52899c99d850e9fd62082ace78e2c08d74c51cee41de97a20ee27022100fe0212e11447a87f93c65aa3d0a3a1a3dc421adb93506d202a11f3d13cf58a28: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/submitty-login.yaml"

View on Github