2022-06-11 18:23:03 +00:00
|
|
|
id: appveyor-configuration-file
|
|
|
|
|
|
|
|
info:
|
2023-02-08 18:19:47 +00:00
|
|
|
name: AppVeyor Configuration Page - Detect
|
2022-06-11 18:23:03 +00:00
|
|
|
author: DhiyaneshDk
|
|
|
|
severity: medium
|
2023-02-08 18:19:47 +00:00
|
|
|
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
|
2022-06-11 18:23:03 +00:00
|
|
|
metadata:
|
|
|
|
verified: true
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 2
|
2022-06-11 18:23:03 +00:00
|
|
|
shodan-query: html:"appveyor.yml"
|
|
|
|
tags: config,exposure,devops
|
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-06-11 18:23:03 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/.appveyor.yml"
|
|
|
|
- "{{BaseURL}}/appveyor.yml"
|
|
|
|
|
|
|
|
stop-at-first-match: true
|
2023-10-14 11:27:55 +00:00
|
|
|
|
2022-06-11 18:23:03 +00:00
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
words:
|
|
|
|
- "install:"
|
|
|
|
- "test_script:"
|
|
|
|
condition: and
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-19 13:13:52 +00:00
|
|
|
# digest: 4b0a00483046022100eeb8e7ad4f7cb96699c4c80afb972876c0c057ef2a9bef2aafd0b908500bb7d9022100c7bd02f544d2b60bf70bf67049efc78f423a35d25550d713fad8198b851a24d4:922c64590222798bb761d5b6d8e72950
|