nuclei-templates/exposures/configs/detect-drone-config.yaml

30 lines
553 B
YAML
Raw Normal View History

2021-06-01 14:07:39 +00:00
id: detect-drone-config
info:
name: Drone - Configuration Detection
2021-06-01 14:07:39 +00:00
author: geeknik
severity: high
description: Drone configuration was discovered.
reference:
- https://github.com/drone/drone
2021-06-01 19:08:33 +00:00
tags: config,exposure,drone
2021-06-01 14:07:39 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/.drone.yml"
matchers-condition: and
matchers:
- type: word
words:
2021-06-01 19:03:22 +00:00
- "kind:"
- "name:"
- "steps:"
2021-06-01 14:07:39 +00:00
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2022/07/15