nuclei-templates/http/exposures/configs/sftp-deployment-config.yaml

39 lines
890 B
YAML
Raw Normal View History

2022-11-30 10:29:32 +00:00
id: sftp-deployment-config
info:
name: Atom SFTP Configuration File - Detect
2022-11-30 10:29:32 +00:00
author: geeknik
severity: high
description: |
Atom SFTP deployment configuration file was detected. File contains server details and credentials.
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-200
2022-11-30 10:29:32 +00:00
reference:
- https://atom.io/packages/sftp-deployment
metadata:
max-request: 1
2022-11-30 10:29:32 +00:00
verified: true
github-query: filename:deployment-config.json sftp
tags: sftp,atom,config,exposure
http:
2022-11-30 10:29:32 +00:00
- method: GET
path:
- "{{BaseURL}}/deployment-config.json"
matchers-condition: and
matchers:
- type: word
words:
2022-12-01 18:05:21 +00:00
- '"host":'
- '"username":'
- '"password":'
- '"remotePath":'
2022-11-30 10:29:32 +00:00
condition: and
- type: status
status:
- 200