-
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...
-

登陆框又见post注入
直入主题,本来想用老方法拿到后台先。于是拿到了后台密码,过程省略了,如前面的帖子不解释。但是后台各种压力,想搞个数据库备份居然还要mssql密码,饥渴。果断返回到注入,尝试看看能不能有其他的利用方法,果断查看用户名,键入代码:1' and...
-
Apache 路径大全
最常用的Apache路径有:/etc/httpd/conf/httpd.conf/usr/local/apache/conf/httpd.conf/usr/local/apache2/conf/httpd.confApache 2.2 de...
-
文件包含与注入利用总结
通过传递本地或者远程的文件(allow_url_fopen开启)作为参数进行利用,可以读取敏感信息、执行命令、GetWebshell.Type of call:require($file);Exploit:http://host/?file...