> For the complete documentation index, see [llms.txt](https://n000b3r.gitbook.io/oscp-notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://n000b3r.gitbook.io/oscp-notes/services/69-tftp.md).

# (69) TFTP

<details>

<summary>Nmap</summary>

```bash
nmap -n -Pn -sU -p69 -sV --script tftp-enum 10.11.1.111
```

</details>
