...
Install on Linux | https://linuxhint.com/install_tftp_server_ubuntu/ | |||||
---|---|---|---|---|---|---|
Ubuntu | apt update Server: apt install tftpd-hpa client: apt install tftp | |||||
Default config | start status and stop of the process | |||||
systemctl status tftpd-hpa.service systemctl status tftpd-hpa | ||||||
vi /etc/default/tftpd-hpa
| ||||||
Change the UDP port | from UDP/69 to UDP/53 ( for example stimulate un-autorize download on DNS port ) | |||||
test with nmap | nmap port scanning port scanner | |||||
...