2020-11-25 20:29:10 +00:00
|
|
|
id: redmine-cli-detect
|
2022-04-22 10:38:41 +00:00
|
|
|
|
2020-11-25 20:29:10 +00:00
|
|
|
info:
|
|
|
|
name: Detect Redmine CLI Configuration File
|
|
|
|
author: geeknik
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
description: A small command-line utility to interact with Redmine - https://pypi.org/project/Redmine-CLI/
|
2021-09-09 13:38:13 +00:00
|
|
|
tags: tech,redmine
|
2023-04-28 08:11:21 +00:00
|
|
|
metadata:
|
|
|
|
max-request: 1
|
2020-11-25 20:29:10 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2020-11-25 20:29:10 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/.redmine-cli"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-01-31 07:56:08 +00:00
|
|
|
- "default"
|
|
|
|
- "my_id"
|
|
|
|
- "root_url"
|
2020-11-25 20:29:10 +00:00
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|