TFTP (Trivial File Transfer Protocol) Pentesting

Last modified: 2023-10-30

Network

TFTP is a simple lockstep file transfer protocol which allows a client to get a file from or put a file onto a remote host. It uses UDP. A default port is 69.

Enumeration

nmap -sU --script tftp-enum -p 69 <target-ip>

Configuration Files

cat /etc/inetd.conf
# or
cat /etc/xinetd.d/tftp