nuclei-templates/exposures/configs/sftp-credentials-exposure.yaml

34 lines
695 B
YAML
Raw Normal View History

2021-02-20 14:18:06 +00:00
id: sftp-credentials-exposure
info:
name: SFTP Credentials - Detect
2021-02-20 14:18:06 +00:00
author: sheikhrishad
2023-03-02 20:58:29 +00:00
severity: high
description: SFTP credentials were detected.
classification:
2023-03-02 20:58:29 +00:00
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
cvss-score: 7.5
cwe-id: CWE-200
2021-04-06 06:46:11 +00:00
tags: config,ftp,exposure
2021-02-20 14:18:06 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/sftp-config.json"
2021-02-20 16:07:10 +00:00
- "{{BaseURL}}/ftpsync.settings"
2021-02-20 14:18:06 +00:00
matchers-condition: and
matchers:
- type: word
words:
- "file_permissions"
- "extra_list_connections"
2021-02-20 16:07:10 +00:00
part: body
2021-03-10 14:03:49 +00:00
condition: and
2021-02-20 14:18:06 +00:00
- type: status
status:
2021-02-20 16:07:10 +00:00
- 200
# Enhanced by md on 2023/02/23