69/UDP TFTP/Bittorrent-tracker
Basic Information
PORT STATE SERVICE REASON
69/udp open tftp script-setEnumeration
nmap -n -Pn -sU -p69 -sV --script tftp-enum <IP>Download/Upload
msf5> auxiliary/admin/tftp/tftp_transfer_utilimport tftpy
client = tftpy.TftpClient(<ip>, <port>)
client.download("filename in server", "/tmp/filename", timeout=5)
client.upload("filename to upload", "/local/path/file", timeout=5)Shodan
Last updated