Merge pull request #9276 from righettod/redmine_add
Add detection of Redmine login panel instancespatch-1
commit
ff80b02b56
|
@ -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
|
Loading…
Reference in New Issue