diff --git a/exposures/configs/redmine-db-config.yaml b/exposures/configs/redmine-db-config.yaml deleted file mode 100644 index 9d22cc3961..0000000000 --- a/exposures/configs/redmine-db-config.yaml +++ /dev/null @@ -1,27 +0,0 @@ -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 - tags: config,exposure - -requests: - - method: GET - path: - - "{{BaseURL}}/config/database.yml" - - matchers-condition: and - matchers: - - type: word - part: body - words: - - 'adapter:' - - 'database:' - - 'host:' - - 'production:' - condition: and - - - type: status - status: - - 200 \ No newline at end of file