35 lines
697 B
YAML
35 lines
697 B
YAML
|
id: atom-sync-remote
|
||
|
|
||
|
info:
|
||
|
name: Atom Synchronization Exposure
|
||
|
author: geeknik
|
||
|
severity: high
|
||
|
description: |
|
||
|
It discloses username and password created by remote-sync for Atom, contains FTP and/or SCP/SFTP/SSH server details and credentials
|
||
|
metadata:
|
||
|
verified: true
|
||
|
tags: atom,exposure,config
|
||
|
|
||
|
requests:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/.remote-sync.json"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "hostname"
|
||
|
- "username"
|
||
|
condition: and
|
||
|
|
||
|
- type: word
|
||
|
part: header
|
||
|
words:
|
||
|
- "application/json"
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|