background image

elsave -s \\IP

 

地址 -l "application" -C 

elsave -s \\IP

 

地址 -l "system" -C 

elsave -s \\IP

 

地址 -l "security" -C 

 

执行后成功清除应用程序日志,系统日志,安全日志

六、hbulot.exe 

开启 win2kserver 和 winxp 的 3389

 

服务

hbulot [/r] 

使用/r

 

表示安装完成后自动重起目标使设置生效。

七、nc.exe(netcat.exe) 

 

一个很好的工具,一些脚本程序都要用到它,也可做溢出后的连接用。

想要连接到某处: nc [-options] hostname port[s] [ports] ... 

绑定端口等待连接: nc -l -p port [-options] [hostname] [port] 

参数: 

-e prog 

 

程序重定向,一旦连接,就执行 [危险!!] 

-g gateway source-routing hop point[s], up to 8 

-G num source-routing pointer: 4, 8, 12, ... 

-h 

 

帮助信息

-i secs 

 

延时的间隔

-l 

 

监听模式,用于入站连接

-n 指定数字的 IP 地址,不能用 hostname 

-o file 记录 16

 

进制的传输

-p port 

 

本地端口号