- 1、本文档共13页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 5、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 6、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 7、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 8、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
受到非法碎片包攻击(国外英文资料)
受到非法碎片包攻击(国外英文资料)
Attacked by illegal fragmentation packets
Procedure involved:
Win98 NT4/SP5,6 Win2K
Description:
The Windows system will refuse service if it is attacked by illegal fragmentation packets
Detail:
This code mainly performs two operations:
- illegal fragmentation ICMP ECHOs (pings)
- illegal fragmentation, UDP, packets
They all send the same continuous fragment stream (the same offset, the same frag, ID, the others are the same). The structure of the fragmented package is like this:
- ALL, fragments, are, sent, with, fragment, offset,
- 9, bytes, of, IP, data, are, sent (total, packet, length, 29)
- IP, packet, ID, is, 0x0455
- TTL is initially 255
- Source, address, is, not, spoofed
- Destination, address, is, victim, address
- IP, checksum, is, set, to, zero (should, be, illegal), if this value is IP
Automatic calculation of stack or NIC will not be 0
- IP, total, length, is, set, to, 68 (IP+8+40) (illegal)!
- The, IP, MF, flag, is, set, to, zero, (last, fragment)
When the machine is under attack, the CPU occupancy rate is 100%, until the attack stops
The following code is only used to test and investigate this vulnerability, and if you use it for unfair reasons, you should be conceited
*
* File: jolt2.c
* Author:, Phonix, phonix@moocow.org
* Date: 23-May-00
*
* Description:, This, is, the, proof-of-concept, code, for, the
* Windows, denial-of-serice, attack, described, by
* the, Razor, team (NTBugtraq, 19-May-00)
* (MS00-029) This, code, causes, CPU, utilization
* to, go, to, 100%.
*
* Tested, against:, Win98; NT4/SP5,6; Win2K
*
* Written, for:, My, Linux, box., YMMV., Deal, it., with
*
* Thanks:, This, is, standard, code., Ripped, from, places., lots, of,...
* Insert, your, name, here, if, you, think, you,, wrote, some, of
* it., Its, a, trivial, exploit, so, I, wont, take, credit
* for, anything, except, putting, this, file, together.
* /
#include stdio.h
#include string.h
#include netdb.h
#include sys/socket.h
#include sys/types.h
#include netin
您可能关注的文档
- 化脓性骨髓炎(国外英文资料).doc
- 化解学生间矛盾冲突的有效途径(国外英文资料).doc
- 北交《测试技术》在线作业一(国外英文资料).doc
- 北京-大同(国外英文资料).doc
- 北京10大郊游+烧烤地(国外英文资料).doc
- 北京SOHO临电施工组织设计(国外英文资料).doc
- 北京八大尾货市场(国外英文资料).doc
- 北京到威海自驾游路线(国外英文资料).doc
- 北京地铁呼光区间超前小导管注浆施工技术(国外英文资料).doc
- 北京市公园风景名胜区安全管理规范(试行)(国外英文资料).doc
- 冀教版英语九年级全一册教学课件.pptx
- 外研版高中英语选择性必修第三册全册同步教学课件(2025年7月修订).pptx
- 网页UI设计-教学课件全套 1--4 -项目一页面草图绘制 - 项目四 App产品原型设计.pptx
- 嵌入式系统基础与实践——基于 ARM Cortex-M3 内核的 STM32 微控制器(第2版) 课件全套 第1--12章 嵌入式系统概述 - 从模块到项目 .pptx
- 信息可视化设计 课件 项目 3 信息可视化设计流程 .pptx
- 《装配式建筑施工技术》课件全套 第1--5章 装配式建筑概述 --- 装配式建筑施工安全管理.pptx
- 信息可视化设计 课件全套 项目1--9 认识信息可视化--- 信息可视化应用与发展.pptx
- 信息可视化设计 课件 项目 4 时间信息可视化 .pptx
- 《装配式建筑施工技术》课件 第五章 装配式建筑施工安全管理.pptx
- 《装配式建筑施工技术》课件 第一章 装配式建筑概述.pptx
文档评论(0)