本文目录一览:
xss 漏洞修复室 alert('xss'),应该放在哪?我的站源码如下:
%
classtype=request.QueryString("classtype")
bigclass=request.QueryString("bigclass")
if bigclass="3d4e-ffc0-ce67-ebc7 " then
rs.open "select * from news where ntype='" classtype " ' order by id desc",dconn,1,1
bigclass=rs("bigclass")
end if
rs.open "select * from news where bigclass='313f-225f-3d4e-ffc0 " bigclass "' order by id desc",dconn,1,1
%
scriptalert('xss')/script
XSS小问题
page= ;alert(document.cookie);
你没有闭合双引号,导致;alert(document.cookie); 成了变量的值了
右键网页源码中如下:var page=";alert(document.cookie);";
正确答案其实有很多种只要闭合两端的引号 中间的js代码可以有多种变化。
";\u0061lert(document.cookie);"
";alert(document.cookie);//
这是很基础的问题
慢慢学 多去wooyun知识库看看
高分求web漏洞扫描器(针对sql漏洞和xss漏洞)的程序源码,我愿用我全部的积分作为回报
这个红客防线好像有你想要的工具,看它们官网好像是要收费的,具体你去了解一下吧