mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
* info field reorder * reference values refactored to list * added new lines after the id and before the protocols * removed extra new lines * split really long descriptions to multiple lines (part 1) * other minor fixes
28 lines
551 B
YAML
28 lines
551 B
YAML
id: redmine-cli-detect
|
|
|
|
info:
|
|
name: Detect Redmine CLI Configuration File
|
|
author: geeknik
|
|
severity: info
|
|
description: A small command-line utility to interact with Redmine - https://pypi.org/project/Redmine-CLI/
|
|
tags: tech,redmine
|
|
|
|
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
|