mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
* Seperate tech and exposed-panels * Update phpcollab-panel.yaml * Update wondercms-detect.yaml * Update xxljob-panel.yaml * Update yzmcms-panel.yaml * workflow fixes Co-authored-by: Prince Chaddha <prince@projectdiscovery.io> Co-authored-by: sandeep <sandeep@projectdiscovery.io>
27 lines
550 B
YAML
27 lines
550 B
YAML
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
|
|
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
|