nuclei-templates/technologies/redmine-cli-detect.yaml

27 lines
550 B
YAML
Raw Normal View History

2020-11-25 20:29:10 +00:00
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
2021-09-09 13:38:13 +00:00
tags: tech,redmine
2020-11-25 20:29:10 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/.redmine-cli"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "default"
- "my_id"
- "root_url"
2020-11-25 20:29:10 +00:00
condition: and
- type: status
status:
- 200