nuclei-templates/http/exposed-panels/redmine-panel.yaml

25 lines
541 B
YAML
Raw Normal View History

2024-03-04 18:55:01 +00:00
id: redmine-panel
info:
name: Redmine Login Panel - Detect
author: righettod
severity: info
description: Redmine login panel was detected.
reference:
- https://www.redmine.org/
metadata:
verified: true
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