Drone - Configuration Detection
ID: detect-drone-config
Severity: high
Author: geeknik
Tags: config,exposure,drone
Description
Section titled “Description”Drone configuration was discovered.
YAML Source
Section titled “YAML Source”id: detect-drone-config
info: name: Drone - Configuration Detection author: geeknik severity: high description: Drone configuration was discovered. reference: - https://github.com/drone/drone metadata: max-request: 1 tags: config,exposure,drone
http: - method: GET path: - "{{BaseURL}}/.drone.yml"
matchers-condition: and matchers: - type: word words: - "kind:" - "name:" - "steps:" condition: and
- type: status status: - 200# digest: 490a0046304402200f76eabb6eb62b7e0157d3ccafd575b5999b97552076c3b0a0a83cfe226dfca202200c7a133862d3ce778d773838cf3ef7853e7ff0e8a875da26b5fb8f0fd21f4c14:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/exposures/configs/detect-drone-config.yaml"