资源列表
EPATHOBJExploit
- 0day提权漏洞 win2003-win 8均适用 Windows内核EPATHOBJ 0day漏洞是通过对PATHALLOC()进行内存压力测试爆出的,首先利用PATHREC>指向相同的的用户空间PATHREC EPATHOBJ::bFlatten它会”自旋”进行无限链表遍历。虽然它会自旋,但它会通过另一个线程池来打补丁(pprFlattenRec)到列表中的节点(因为它是在用户空间)。从而得到系统权限。-0day vulnerability mention the right
jsjanquan
- 近几年来,Internet技术日趋成熟,已经开始了从以提供和保证网络联通性为主要目标的第一代Internet技术向以提供网络数据信息服务为特征的第二代Internet技术的过渡。-recent years, Internet technology matures. have started from and to provide network connectivity to ensure that the main aim of the first generation of Internet
vb
- vb的机器狗生成器纯文本代码,以前卖几百圆的.
Detect-remote-host
- 探测远程主机操作系统指纹的全新技术,供大家参考-Detect remote host operating system fingerprint of the new technology, for your reference
Virus322
- windows下的病毒设计技术,对病毒技术有兴趣的人可以看看。-windows of virus design technology, the virus technology interested persons can look at.
邮件炸弹源程序
- 邮件炸弹的源程序-mail bomb source
girlpoll
- 网页源码查看 网页源码查看 -website website source View Source View Source View website homepage website source View Source View
MusMain.050420
- 这是多人使用一台计算机的软件系统里,提供其他设备的驱动程序的组件-This is more than the use of a computer software system, to provide other equipment components Driver
lab9_WormCode
- 代码给出了Linux系统下蠕虫代码如何通过有漏洞的系统进行蔓延的。-Linux code is a worm code system through loopholes in the system for the spread.
HideService
- 虽然我不知道icesword是什么样列举服务的,但估计最终也是通过历遍SCM内部的ServiceRecordList来检测。 为什么呢?看下面。 用附件中的InjectDLL.exe把hideservice.dll注入到Services.exe进程后就会把Alerter服务隐藏掉。用icesword也检测不出Alerter服务了。 代码原理很简单,就是在Services.exe进程找到ServiceRecordList表,将需要隐藏的服务从链表上断开。 既然icesword