|
| 以下是引用片段: sub SaveModify() …… CommentID=Trim(Request("CommentID")) '注入 …… if CommentID="" then FoundErr=True ErrMsg=ErrMsg & "<br /><li>请指定评论ID</li>" Exit sub end if …… if FoundErr=True then exit sub sql="Select * from Cl_Comment where ChannelID="&ChannelID&" and UserID="&UserID&" and CommentID=" & CommentID '注入 Set rsComment=Server.CreateObject("Adodb.RecordSet") rsComment.Open sql,Conn,1,3 if rsComment.Bof or rsComment.EOF then FoundErr=True ErrMsg=ErrMsg & "<br /><li>找不到指定的评论!</li>" else …… |
| 以下是引用片段: SearchContent = Trim(request("SearchContent")) …… Sub main() …… if SearchContent<>"" then strSql2=strSql2 & " and M.CommentContent like '%" & SearchContent & "%' " 构造下 %'and (select count(*) from admin)>0 and '%'=' %'and (select count(*) from cl_admin)>0 and '%'=' |
| 新云CMS Online.asp页面过滤不严 | 02-26 |
| 对网软网上购物系统的漏洞分析 | 01-09 |
| 测试SQL防注入脚本 | 12-21 |
| Google Xss又出跨站新漏洞 | 11-06 |
| 一次简单的html injection导致的 | 11-06 |
| 风讯、科讯漏洞利用 | 11-01 |
| Adobe pdf reader URI利用方式浅 | 10-23 |
| 超星阅览器的最新0DAY | 10-19 |
| 运用SQL Injection做数据库渗透的 | 09-22 |
| sa-blog 0day | 09-22 |
| HTML注入的一些简单想法 | 09-10 |
| 网站登陆接口的攻与防 | 09-04 |