<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DEAN LEE:/DEV/BLOG &#187; security</title>
	<atom:link href="http://www.deanlee.cn/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deanlee.cn</link>
	<description>mount /dev/brain &#124;&#124; tail -f /var/log/thoughts &#62;&#62; /pub/www</description>
	<lastBuildDate>Fri, 03 Sep 2010 04:03:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>PHP &#8211; Top Ten Security Vulnerabilities</title>
		<link>http://www.deanlee.cn/programming/php-top-ten-security-vulnerabilities/</link>
		<comments>http://www.deanlee.cn/programming/php-top-ten-security-vulnerabilities/#comments</comments>
		<pubDate>Wed, 11 Oct 2006 17:42:20 +0000</pubDate>
		<dc:creator>Dean Lee</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[vulnerabilities]]></category>

		<guid isPermaLink="false">http://www.deanlee.cn/2006/10/12/php-top-ten-security-vulnerabilities/</guid>
		<description><![CDATA[These vulnerabilities can, of course, exist in PHP applications. Here are some tips on how to avoid them. I&#8217;ve included related links and references where relevant. read more &#124; digg story Related posts:Sorting Algorithms Source Code and PerformanceBest of the Best Web 2.0 WebsitesUbuntu tricks &#8211; how to create a list software and use it [...]


Related posts:<ol><li><a href='http://www.deanlee.cn/programming/sorting-algorithms-source-code-and-performance/' rel='bookmark' title='Permanent Link: Sorting Algorithms Source Code and Performance'>Sorting Algorithms Source Code and Performance</a></li><li><a href='http://www.deanlee.cn/reviews/best-of-the-best-web-20-websites/' rel='bookmark' title='Permanent Link: Best of the Best Web 2.0 Websites'>Best of the Best Web 2.0 Websites</a></li><li><a href='http://www.deanlee.cn/linux/ubuntu-tricks-how-to-create-a-list-software-and-use-it-to-restore-your-pc/' rel='bookmark' title='Permanent Link: Ubuntu tricks &#8211; how to create a list software and use it to restore your pc'>Ubuntu tricks &#8211; how to create a list software and use it to restore your pc</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>These vulnerabilities can, of course, exist in PHP applications. Here are some tips on how to avoid them. I&#8217;ve included related links and references where relevant.</p>
<p><a href="http://www.sklar.com/page/article/owasp-top-ten">read more</a> | <a href="http://digg.com/programming/PHP_-_Top_Ten_Security_Vulnerabilities">digg story</a></p>
<img src="http://www.deanlee.cn/?ak_action=api_record_view&id=78&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.deanlee.cn/programming/sorting-algorithms-source-code-and-performance/' rel='bookmark' title='Permanent Link: Sorting Algorithms Source Code and Performance'>Sorting Algorithms Source Code and Performance</a></li><li><a href='http://www.deanlee.cn/reviews/best-of-the-best-web-20-websites/' rel='bookmark' title='Permanent Link: Best of the Best Web 2.0 Websites'>Best of the Best Web 2.0 Websites</a></li><li><a href='http://www.deanlee.cn/linux/ubuntu-tricks-how-to-create-a-list-software-and-use-it-to-restore-your-pc/' rel='bookmark' title='Permanent Link: Ubuntu tricks &#8211; how to create a list software and use it to restore your pc'>Ubuntu tricks &#8211; how to create a list software and use it to restore your pc</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.deanlee.cn/programming/php-top-ten-security-vulnerabilities/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>用google&quot;偷&quot;密码</title>
		<link>http://www.deanlee.cn/technology/expose_password_to_google/</link>
		<comments>http://www.deanlee.cn/technology/expose_password_to_google/#comments</comments>
		<pubDate>Sun, 08 Oct 2006 15:56:13 +0000</pubDate>
		<dc:creator>Dean Lee</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[code_searach]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.deanlee.cn/2006/10/08/%e7%94%a8google%e5%81%b7%e5%af%86%e7%a0%81/</guid>
		<description><![CDATA[google前天开放了&#8221;google code serch&#8220;服务。可以搜索这些年google从网上抓到的代码，包括压缩文件里的也没有放过。 来看看都能搜索到什么： 例子一 再试另一个： 例子二 这些站点的密码一览无遗，都被google抓到了。 这是管理员随意把敏感文件打包压缩在web能访问的目录的结果。而且通过配置文件明文保存密码本身就非常不安全。 早些年程序员对这个问题的重视性还很高，现在随着各种framework的发展，都有鼓励人们把密码明文保存在配置文件里的趋势，至少默认都是明文的。不少程序员也习惯了这种方式。希望google code search的这个”副作用“能够重新唤醒我们都快丢掉的安全意识。 Related posts:AJAX-the answer to webmailFckeditor for wordpress is now hosted on Google CodeGoogle Browser : Lynx


Related posts:<ol><li><a href='http://www.deanlee.cn/technology/ajax-the-answer-to-webmail/' rel='bookmark' title='Permanent Link: AJAX-the answer to webmail'>AJAX-the answer to webmail</a></li><li><a href='http://www.deanlee.cn/wordpress/fckeditor-for-wordpress-is-now-hosted-on-google-code/' rel='bookmark' title='Permanent Link: Fckeditor for wordpress is now hosted on Google Code'>Fckeditor for wordpress is now hosted on Google Code</a></li><li><a href='http://www.deanlee.cn/reviews/google-browser-lynx/' rel='bookmark' title='Permanent Link: Google Browser : Lynx'>Google Browser : Lynx</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>google前天开放了&#8221;<a target="_blank" href="http://google.com/codesearch">google code serch</a>&#8220;服务。可以搜索这些年google从网上抓到的代码，包括压缩文件里的也没有放过。</p>
<p><a target="_new" href="http://google.com/codesearch"><img width="276" height="110" src="http://www.deanlee.cn/wp-content/uploads/2006/10/WindowsLiveWriter/google_15091/codesearch_logo%5B3%5D.gif" /></a></p>
<p>来看看都能搜索到什么：</p>
<p><a target="_blank" href="http://google.com/codesearch?hl=en&#038;lr=&#038;q=lang%3Aphp+file%3Awp-config+user+-sample&#038;btnG=Search">例子一</a></p>
<p>再试另一个：</p>
<p><a target="_blank" href="http://google.com/codesearch?q=file%3Amt-db-pass.cgi">例子二</a></p>
<p>这些站点的密码一览无遗，都被google抓到了。</p>
<p>这是管理员随意把敏感文件打包压缩在web能访问的目录的结果。而且通过配置文件明文保存密码本身就非常不安全。</p>
<p>早些年程序员对这个问题的重视性还很高，现在随着各种framework的发展，都有鼓励人们把密码明文保存在配置文件里的趋势，至少默认都是明文的。不少程序员也习惯了这种方式。希望google code search的这个”副作用“能够重新唤醒我们都快丢掉的安全意识。</p>
<img src="http://www.deanlee.cn/?ak_action=api_record_view&id=71&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.deanlee.cn/technology/ajax-the-answer-to-webmail/' rel='bookmark' title='Permanent Link: AJAX-the answer to webmail'>AJAX-the answer to webmail</a></li><li><a href='http://www.deanlee.cn/wordpress/fckeditor-for-wordpress-is-now-hosted-on-google-code/' rel='bookmark' title='Permanent Link: Fckeditor for wordpress is now hosted on Google Code'>Fckeditor for wordpress is now hosted on Google Code</a></li><li><a href='http://www.deanlee.cn/reviews/google-browser-lynx/' rel='bookmark' title='Permanent Link: Google Browser : Lynx'>Google Browser : Lynx</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.deanlee.cn/technology/expose_password_to_google/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
