Skip to content

Atom remote-ssh ftpconfig Exposure

ID: ftpconfig

Severity: high

Author: geeknik,DhiyaneshDK

Tags: atom,ftp,config,exposure,files

Created by remote-ssh for Atom, contains SFTP/SSH server details and credentials

id: ftpconfig
info:
name: Atom remote-ssh ftpconfig Exposure
author: geeknik,DhiyaneshDK
severity: high
description: Created by remote-ssh for Atom, contains SFTP/SSH server details and credentials
metadata:
verified: true
max-request: 1
shodan-query: html:ftpconfig
tags: atom,ftp,config,exposure,files
http:
- method: GET
path:
- "{{BaseURL}}/.ftpconfig"
matchers-condition: and
matchers:
- type: word
words:
- '"protocol":'
- '"host":'
- '"user":'
- '"passphrase":'
condition: and
- type: status
status:
- 200
# digest: 4a0a0047304502201541abca5184e422f1229abd0f8e5e468b6648a223813fc3121d50ab1cef11a5022100aed676bd416a3d3d6eb7e10279595d99b3c1cd601da02714f64abd33372bb98d:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/files/ftpconfig.yaml"

View on Github