nuclei-templates/http/exposures/configs/appveyor-configuration-file...

36 lines
760 B
YAML
Raw Normal View History

id: appveyor-configuration-file
info:
name: AppVeyor Configuration Page - Detect
author: DhiyaneshDk
severity: medium
description: AppVeyor configuration page was detected.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
cvss-score: 5.3
cwe-id: CWE-200
metadata:
max-request: 2
verified: true
shodan-query: html:"appveyor.yml"
tags: config,exposure,devops
http:
- method: GET
path:
- "{{BaseURL}}/.appveyor.yml"
- "{{BaseURL}}/appveyor.yml"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- "install:"
- "test_script:"
condition: and
- type: status
status:
- 200