69/UDP TFTP/Bittorrent-tracker
Last updated
Last updated
Learn & practice AWS Hacking: Learn & practice GCP Hacking:
Trivial File Transfer Protocol (TFTP) is a straightforward protocol used on UDP port 69 that allows file transfers without needing authentication. Highlighted in RFC 1350, its simplicity means it lacks key security features, leading to limited use on the public Internet. However, TFTP is extensively utilized within large internal networks for distributing configuration files and ROM images to devices such as VoIP handsets, thanks to its efficiency in these specific scenarios.
Default Port: 69/UDP
TFTP doesn't provide directory listing so the script tftp-enum
from nmap
will try to brute-force default paths.
You can use Metasploit or Python to check if you can download/upload files:
port:69
TODO: Provide information about what is a Bittorrent-tracker (Shodan identifies this port with that name). If you have more info about this let us know for example in the (or in a github issue in ).
Learn & practice AWS Hacking: Learn & practice GCP Hacking:
Check the !
Join the 💬 or the or follow us on Twitter 🐦 .
Share hacking tricks by submitting PRs to the and github repos.