41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
id: sftp-deployment-config
|
|
|
|
info:
|
|
name: Atom SFTP Configuration File - Detect
|
|
author: geeknik
|
|
severity: high
|
|
description: |
|
|
Atom SFTP deployment configuration file was detected. File contains server details and credentials.
|
|
reference:
|
|
- https://atom.io/packages/sftp-deployment
|
|
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
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
github-query: filename:deployment-config.json sftp
|
|
tags: sftp,atom,config,exposure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/deployment-config.json"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '"host":'
|
|
- '"username":'
|
|
- '"password":'
|
|
- '"remotePath":'
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4a0a00473045022100e17b5a903333ec92fefb52a7a23e1a79bbd0c91fba92756899c221e3a6d8cf8602207341a8dba6f55030cffead823f29f0d75c23dd23bc870759787fb2edd1ac4d0e:922c64590222798bb761d5b6d8e72950
|