69/UDP TFTP/Bittorrent-tracker

基本信息
枚举
下载/上传
Shodan

最后更新于


最后更新于
PORT STATE SERVICE REASON
69/udp open tftp script-setnmap -n -Pn -sU -p69 -sV --script tftp-enum <IP>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)