2022-09-15 10:34:38 +00:00
|
|
|
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
|
2023-10-14 11:27:55 +00:00
|
|
|
max-request: 1
|
2022-10-13 10:12:07 +00:00
|
|
|
tags: atom,exposure,config,files
|
2022-09-15 10:34:38 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
http:
|
2022-09-15 10:34:38 +00:00
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "{{BaseURL}}/.remote-sync.json"
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2022-09-16 10:51:17 +00:00
|
|
|
- '"hostname":'
|
|
|
|
- '"username":'
|
2022-09-15 10:34:38 +00:00
|
|
|
condition: and
|
|
|
|
|
2022-09-15 10:48:34 +00:00
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "passphrase"
|
|
|
|
- "password"
|
|
|
|
condition: or
|
|
|
|
|
2022-09-15 10:34:38 +00:00
|
|
|
- type: word
|
|
|
|
part: header
|
|
|
|
words:
|
|
|
|
- "application/json"
|
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2023-10-20 11:41:13 +00:00
|
|
|
|
|
|
|
# digest: 490a0046304402203c2cdc6eb2e5ba53413df0c22072777c74efcfb1df85e2c762933675ab9fa19d0220297af89ee6df02e54dd45dac6fd1e7faa45e985077252ebac613860a3c7a2faf:922c64590222798bb761d5b6d8e72950
|