nuclei-templates/http/exposures/configs/circleci-ssh-config.yaml

35 lines
696 B
YAML
Raw Normal View History

2021-03-09 21:40:04 +00:00
id: circleci-ssh-config
info:
name: CircleCI SSH Configuration - Detect
2021-03-09 21:40:04 +00:00
author: geeknik
severity: medium
description: CircleCI ssh-config file 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: 1
2023-10-14 11:27:55 +00:00
tags: config,exposure,circleci
2021-03-09 21:40:04 +00:00
http:
2021-03-09 21:40:04 +00:00
- method: GET
host-redirects: true
2021-03-09 21:40:04 +00:00
max-redirects: 3
path:
- "{{BaseURL}}/.circleci/ssh-config"
matchers-condition: and
matchers:
- type: word
words:
- "Host"
- "HostName"
- "IdentityFile"
2021-03-11 14:29:16 +00:00
condition: and
2021-03-09 21:40:04 +00:00
- type: status
status:
- 200