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

36 lines
786 B
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
metadata:
verified: true
github-query: filename:deployment-config.json sftp
tags: sftp,atom,config,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/deployment-config.json"
matchers-condition: and
matchers:
- type: word
words:
- '"host":'
- '"username":'
- '"password":'
- '"remotePath":'
condition: and
- type: status
status:
- 200
# Enhanced by md on 2023/02/23