Merge pull request #9276 from righettod/redmine_add

Add detection of Redmine login panel instances
patch-1
Dhiyaneshwaran 2024-03-05 13:54:58 +05:30 committed by GitHub
commit ff80b02b56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,26 @@
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:
max-request: 1
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