- 1、本文档共30页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
格式化字符串攻击设计实现
摘要:格式化字符串漏洞对计算机系统和网络有很大的威胁,攻击者可以利用格式化字符串漏洞实现远程攻击,比如使程序崩溃,偷窥堆栈内容,甚至还可以修改程序返回地址为恶意代码,从而得到系统控制权。
本文首先通过分析在格式化字符串漏洞中常用的格式化字符和格式化参数来详细的说明格式化字符串漏洞形成的原因,然后根据不同的格式化字符串漏洞,编写相应的调试程序,然后针对程序进行模拟攻击,并分析攻击结果。本文主要在模拟环境下实现了使程序崩溃、偷窥堆栈内容和修改程序返回地址的攻击。其次本文还结合现实中的格式化字符串漏洞进行解析,阐述如何利用这些漏洞进行攻击。最后本文还介绍了格式化字符串漏洞的防范工具,包括静态分析软件和动态保护工具。
关键词:格式化字符串漏洞; 形成原因; 攻击; 防范工具
Design and Implementation of a format string attack
Abstract:Format string vulnerability is a vital threat to computer systems and networks, an attacker could exploit format string vulnerabilities for remote attack, such as cause program crashes,peeping stack content, even modify the return address of program to malicious code to get control of the system.
Firstly,this paper through the analysis of the common format characters and formatting parameters in the format string vulnerability to detailed description of the reasons for the formation of the format string vulnerability.Then according to the different format string vulnerabilities,preparation the appropriate debugger, then simulated attacks against the program and analyze the result of the attack.In this paper, in a simulated environment to make the program crashes,peeping stack content and modify the program to return address.Furthermore, this article combined with format string vulnerabilities in the reality to parse,explains how to exploit these vulnerabilities to attack. The last,this paper also describes the prevention tool of the format string vulnerability,include static analysis software and dynamic protection tools.
Keyword:Format string vulnerability,Formation,Attack, Prevention tools
目录
第1章 绪论 1
1.1 课题背景 1
1.2 课题研究意义 1
第2章 格式化字符串漏洞形成原理 2
2.1格式化字符串漏洞基本原理 2
2.2格式化函数 2
2.3 printf函数的一般格式 2
2.4格式化规定符 4
2.5 堆栈 5
2.6本章小结 5
第3章 格式化字符串攻击方法及实现 6
3.1使程序崩溃 6
3.2偷窥堆栈内容 7
3.3修改程序返回地址 10
3.4 地址偏移量的确定 16
3.5格式化字符串漏洞实例 17
3.5.1漏洞描述 17
3.5.2 漏洞利用 19
3.6本章小结 20
第4章 防范工具 21
4.1 静态分析软件 21
4.2
您可能关注的文档
- 堆场道路施工方案.doc
- 五子棋游戏课程设计.doc
- 基于单片机设计的自行车速度测试系统毕业论文.doc
- 基于51单片机的烟雾报警器设计论文毕业设计.doc
- 开关电源设计毕业论文.doc
- 基于光敏电阻路灯的智能控制毕业设计.doc
- 基于单片机的智能语音识别系统设计毕业设计.doc
- 某某镇墓园景观设计.doc
- xx煤业绩效考核管理办法.doc
- 克拉玛依市世纪大厦安全施工方案.doc
- 大学生职业规划大赛《车辆工程专业》生涯发展展示PPT.pptx
- 大学生职业规划大赛《财务会计教育专业》生涯发展展示PPT.pptx
- 大学生职业规划大赛《财政学专业》生涯发展展示PPT.pptx
- 大学生职业规划大赛《播音与主持艺术专业》生涯发展展示PPT.pptx
- 大学生职业规划大赛《机械设计制造及其自动化专业》生涯发展展示PPT.pptx
- 大学生职业规划大赛《冶金工程专业》生涯发展展示PPT.pptx
- 大学生职业规划大赛《城乡规划专业》生涯发展展示PPT.pptx
- 大学生职业规划大赛《俄语专业》生涯发展展示PPT.pptx
- 大学生职业规划大赛《车辆工程专业》生涯发展展示PPT.pptx
- 秘密花园读后感.doc
文档评论(0)