Skip to content

Redmine Login Panel - Detect

ID: redmine-panel

Severity: info

Author: righettod

Tags: panel,redmine,login,detect

Redmine login panel was detected.

id: redmine-panel
info:
name: Redmine Login Panel - Detect
author: righettod
severity: info
description: Redmine login panel was detected.
reference:
- https://www.redmine.org/
classification:
cpe: cpe:2.3:a:redmine:redmine:*:*:*:*:*:*:*:*
metadata:
verified: true
max-request: 1
vendor: redmine
product: redmine
shodan-query: http.html:'content="Redmine'
tags: panel,redmine,login,detect
http:
- method: GET
path:
- "{{BaseURL}}/login"
matchers:
- type: dsl
dsl:
- 'status_code == 200'
- 'contains(body, "content=\"Redmine")'
condition: and
# digest: 4a0a00473045022024b60075418ee47f59b201538a58cb17ea8cacb6041756804d5e825215bca1c3022100c81613475ecf64f9a3752e65add41c8e6e4474386b6865b758111b8d6f099d47: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/redmine-panel.yaml"

View on Github