摘要: 这几天不知道为什么 ,突然想琢磨接口技术,接触了接口才知道它的强大. 下面的这小段代码 这里引入一个设计模式,“Adapter”。它的作用就如现实中的适配器一样,把接口不一致的两个插件接合起来。其实很简单. using System; using System.Collections.Generic; using System.Text; namespace InterfaceExamp... 阅读全文
posted @ 2009-02-19 11:07 linaspx 阅读(313) 评论(0) 推荐(0)
摘要: 一.删除默认共享.关闭139.445端口选择 “ 计算机管理 ” 程序,选择 “ 共享文件夹 ” ,在相应的共享文件夹上按右键,选择 “ 停止 ” 共享即可。不过在系统重新启动后, IPC$ 和 printer$ 会再次共享。IPC$ 和 printer$工作的端口是139和445.咱们来手工关闭.关闭445端口的方法:(44... 阅读全文
posted @ 2009-09-18 10:26 linaspx 阅读(1335) 评论(0) 推荐(0)
摘要: 漏洞文件:en/DownloadShow.aspchinese/DownloadShow.asp漏洞利用:在百度键入:inurl: (DownloadShow.asp?DownID=)在谷歌键入:allinurl: DownloadShow.asp?DownID=获得搜索页面地址复制下来.打开阿D2.32.将地址粘贴到检测地址栏里就会看到软件下方有很多可用注入点比如:http://www.xxx.... 阅读全文
posted @ 2009-09-11 17:30 linaspx 阅读(603) 评论(0) 推荐(0)