25 lines
541 B
YAML
25 lines
541 B
YAML
|
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
|