Angelo Lee's Blog
This is my kingdom .If i don't fight for it ,who will ?
摘要: There is a great explanation for these architectures (processor types) on wikipedia:X86:http://en.wikipedia.org/wiki/X86X64: http://en.wikipedia.org/wiki/X64 IA64: http://en.wikipedia.org/wiki/IA64Computer technologies are constantly evolving, and if we base our predictions to Moore’s law, it would 阅读全文
posted @ 2011-12-01 11:18 Angelo Lee 阅读(263) 评论(0) 推荐(0) 编辑
摘要: Link: Cmd Commandnet use ipipc$ " " /user:" " 建立IPC空链接 net use ipipc$ "密码" /user:"用户名" 建立IPC非空链接 net use h: ipc$ "密码" /user:"用户名" 直接登陆后映射对方C:到本地为H: net use h: ipc$ 登陆后映射对方C:到本地为H: net use ipipc$ /del 删除IPC链接 net use h: /del 删除映射对方到本地的为H:的映射 阅读全文
posted @ 2011-12-01 08:54 Angelo Lee 阅读(179) 评论(0) 推荐(0) 编辑
摘要: 1.Echo 命令 打开回显或关闭请求回显功能,或显示消息。如果没有任何参数,echo 命令将显示当前回显设置。语法 echo [{on|off}] [message] Sample篅echo off / echo hello world 在实际应用中我们会把这条命令和重定向符号(也称为管道符号,一般用> >> ^)结合来实现输入一些命令到特定格式的文件中.这将在以后的例子中体现出来。 2.@ 命令 表示不显示@后面的命令,在入侵过程中(例如使用批处理来格式化敌人的硬盘)自然不能让对方看到你使用的命令啦。Sample:@echo off @echo Now initializ 阅读全文
posted @ 2011-12-01 08:52 Angelo Lee 阅读(386) 评论(0) 推荐(0) 编辑