nuclei-templates/exposures/files/ftpconfig.yaml

30 lines
598 B
YAML
Raw Normal View History

2022-06-05 21:17:41 +00:00
id: ftpconfig
info:
2022-06-06 11:55:05 +00:00
name: Atom remote-ssh ftpconfig Exposure
author: geeknik,DhiyaneshDK
2022-06-05 21:17:41 +00:00
description: Created by remote-ssh for Atom, contains SFTP/SSH server details and credentials
severity: high
metadata:
verified: true
shodan-query: html:ftpconfig
tags: atom,ftp,config,exposure
requests:
- method: GET
path:
- "{{BaseURL}}/.ftpconfig"
matchers-condition: and
matchers:
- type: word
words:
2022-06-06 11:55:05 +00:00
- '"protocol":'
- '"host":'
- '"user":'
condition: and
2022-06-05 21:17:41 +00:00
- type: status
status:
- 200