Merge pull request #643 from geeknik/patch-19

Create redmine-db-config.yaml
patch-1
bauthard 2020-11-26 23:45:43 +05:30 committed by GitHub
commit c74fec3266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 25 additions and 0 deletions

View File

@ -0,0 +1,25 @@
id: redmine-db-config
info:
name: Detect Redmine Database Configuration
author: geeknik
description: Redmine is a flexible project management web application written using Ruby on Rails framework - https://redmine.org/projects/redmine
severity: medium
requests:
- method: GET
path:
- "{{BaseURL}}/config/database.yml"
matchers-condition: and
matchers:
- type: word
part: body
words:
- adapter
- database
- host
condition: and
- type: status
status:
- 200