TFTP

Written to test the udp connection code, dionaea provides a tftp server on port 69, which can serve files. Even though there were vulnerabilities in tftp services, I’m yet to see an automated attack on tftp services.

Example config

services/tftp.yaml
# SPDX-FileCopyrightText: none
# SPDX-License-Identifier: CC0-1.0

- name: tftp
  config:
    root: "@DIONAEA_STATEDIR@/tftp/root"