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

28 lines
470 B
YAML
Raw Normal View History

2021-03-09 21:40:04 +00:00
id: circleci-ssh-config
info:
name: circleci ssh-config exposure
author: geeknik
severity: low
2021-04-06 06:46:11 +00:00
tags: config,exposure
2021-03-09 21:40:04 +00:00
requests:
- method: GET
redirects: true
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