Translated ['src/network-services-pentesting/69-udp-tftp.md'] to zh

This commit is contained in:
Translator 2025-02-12 15:48:26 +00:00
parent f9882e9248
commit d7109c8a20

View File

@ -2,9 +2,9 @@
# 基本信息
**Trivial File Transfer Protocol (TFTP)** 是一种简单的协议,使用 **UDP 69 端口** 进行文件传输,无需身份验证。根据 **RFC 1350** 的描述,它的简单性意味着缺乏关键的安全特性,导致在公共互联网中的使用有限。然而,**TFTP** 在大型内部网络中被广泛用于向设备(如 **VoIP 电话**)分发 **配置文件****ROM 镜像**,因为它在这些特定场景中的效率。
**Trivial File Transfer Protocol (TFTP)** 是一种简单的协议,使用 **UDP 69 端口**,允许在不需要身份验证的情况下进行文件传输。该协议在 **RFC 1350** 中被强调,其简单性意味着它缺乏关键的安全特性,导致在公共互联网中的使用有限。然而,**TFTP** 在大型内部网络中被广泛用于向设备(如 **VoIP 电话**)分发 **配置文件****ROM 镜像**,因为它在这些特定场景中的效率很高
**TODO**: 提供有关 Bittorrent-tracker 的信息Shodan 该名称识别此端口)。如果您有更多信息,请在 [**HackTricks telegram group**](https://t.me/peass) 中告诉我们(或在 [PEASS](https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite) 的 GitHub 问题中)。
**TODO**: 提供有关 Bittorrent-tracker 的信息Shodan 该名称识别此端口)。如果您有更多信息,请在 [**HackTricks telegram group**](https://t.me/peass) 中告诉我们(或在 [PEASS](https://github.com/carlospolop/privilege-escalation-awesome-scripts-suite) 的 GitHub 问题中)。
**默认端口:** 69/UDP
```