Create redmine-cli-detect.yaml

patch-1
Geeknik Labs 2020-11-25 20:29:10 +00:00 committed by GitHub
parent 33db44139a
commit 178b142c01
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-cli-detect
info:
name: Detect Redmine CLI Configuration File
author: geeknik
description: A small command-line utility to interact with Redmine - https://pypi.org/project/Redmine-CLI/
severity: info
requests:
- method: GET
path:
- "{{BaseURL}}/.redmine-cli"
matchers-condition: and
matchers:
- type: word
part: body
words:
- default
- my_id
- root_url
condition: and
- type: status
status:
- 200