<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Is Your PHP Web-form Hacker Proof?</title>
	<atom:link href="http://www.michikono.com/2007/05/14/is-your-php-web-form-hacker-proof/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michikono.com/2007/05/14/is-your-php-web-form-hacker-proof/</link>
	<description>Stuff only Michi cares to read</description>
	<lastBuildDate>Sun, 22 Jan 2012 10:48:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Rash</title>
		<link>http://www.michikono.com/2007/05/14/is-your-php-web-form-hacker-proof/#comment-5369</link>
		<dc:creator>Rash</dc:creator>
		<pubDate>Sun, 15 Jul 2007 23:12:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.michiknows.com/2007/05/14/is-your-php-web-form-hacker-proof/#comment-5369</guid>
		<description>yes it is.</description>
		<content:encoded><![CDATA[<p>yes it is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thompson</title>
		<link>http://www.michikono.com/2007/05/14/is-your-php-web-form-hacker-proof/#comment-5136</link>
		<dc:creator>thompson</dc:creator>
		<pubDate>Wed, 11 Jul 2007 16:03:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.michiknows.com/2007/05/14/is-your-php-web-form-hacker-proof/#comment-5136</guid>
		<description>please i wanna learn how to hack credit cards i am thompson from usa new york 27 can u teach me or even send me some credi cards</description>
		<content:encoded><![CDATA[<p>please i wanna learn how to hack credit cards i am thompson from usa new york 27 can u teach me or even send me some credi cards</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Information Security</title>
		<link>http://www.michikono.com/2007/05/14/is-your-php-web-form-hacker-proof/#comment-4878</link>
		<dc:creator>Information Security</dc:creator>
		<pubDate>Fri, 06 Jul 2007 02:00:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.michiknows.com/2007/05/14/is-your-php-web-form-hacker-proof/#comment-4878</guid>
		<description>Great article, it is good to see people learn from their mistakes and try an help others avoid problems. Keep up the good work.</description>
		<content:encoded><![CDATA[<p>Great article, it is good to see people learn from their mistakes and try an help others avoid problems. Keep up the good work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michi</title>
		<link>http://www.michikono.com/2007/05/14/is-your-php-web-form-hacker-proof/#comment-3303</link>
		<dc:creator>Michi</dc:creator>
		<pubDate>Wed, 30 May 2007 17:38:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.michiknows.com/2007/05/14/is-your-php-web-form-hacker-proof/#comment-3303</guid>
		<description>I am fairly certain my solution is correct. I am not looking for the text string &quot;backslash n&quot; and &quot;backslash r&quot;, rather, I am looking for the converted equivalents. So if someone passed in those hex values, they would get converted into carriage returns and new lines before I look at them. In fact, never should I see the string text &quot;0x0A&quot; since at that point, it&#039;s already converted into the \r or \n.</description>
		<content:encoded><![CDATA[<p>I am fairly certain my solution is correct. I am not looking for the text string &#8220;backslash n&#8221; and &#8220;backslash r&#8221;, rather, I am looking for the converted equivalents. So if someone passed in those hex values, they would get converted into carriage returns and new lines before I look at them. In fact, never should I see the string text &#8220;0x0A&#8221; since at that point, it&#8217;s already converted into the \r or \n.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Roman</title>
		<link>http://www.michikono.com/2007/05/14/is-your-php-web-form-hacker-proof/#comment-3299</link>
		<dc:creator>Mihai Roman</dc:creator>
		<pubDate>Wed, 30 May 2007 14:17:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.michiknows.com/2007/05/14/is-your-php-web-form-hacker-proof/#comment-3299</guid>
		<description>Hello,

I think this is not enough:
&quot;$fromAddress = str_replace(array(&quot;\r&quot;, &quot;\n&quot;), &quot;&quot;, $formAddress);&quot;

Instead of &quot;\n&quot; or &quot;\n&quot; someone might try to use the hexadecimal equivalent for those characters.
&quot;\n&quot; = 0x0A
&quot;\r&quot; = 0x0D
Still this isn&#039;t enough, but for further reading I would also recommend the link you already provided.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I think this is not enough:<br />
&#8220;$fromAddress = str_replace(array(&#8220;\r&#8221;, &#8220;\n&#8221;), &#8220;&#8221;, $formAddress);&#8221;</p>
<p>Instead of &#8220;\n&#8221; or &#8220;\n&#8221; someone might try to use the hexadecimal equivalent for those characters.<br />
&#8220;\n&#8221; = 0x0A<br />
&#8220;\r&#8221; = 0x0D<br />
Still this isn&#8217;t enough, but for further reading I would also recommend the link you already provided.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ./blog &#187; PHP mail() function security</title>
		<link>http://www.michikono.com/2007/05/14/is-your-php-web-form-hacker-proof/#comment-2825</link>
		<dc:creator>./blog &#187; PHP mail() function security</dc:creator>
		<pubDate>Mon, 21 May 2007 08:27:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.michiknows.com/2007/05/14/is-your-php-web-form-hacker-proof/#comment-2825</guid>
		<description>[...] Hmm, just a few days back i read this: http://www.michiknows.com/2007/05/14/is-your-php-web-form-hacker-proof/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Hmm, just a few days back i read this: <a href="http://www.michiknows.com/2007/05/14/is-your-php-web-form-hacker-proof/" rel="nofollow">http://www.michiknows.com/2007/05/14/is-your-php-web-form-hacker-proof/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ambush Commander</title>
		<link>http://www.michikono.com/2007/05/14/is-your-php-web-form-hacker-proof/#comment-2592</link>
		<dc:creator>Ambush Commander</dc:creator>
		<pubDate>Tue, 15 May 2007 20:44:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.michiknows.com/2007/05/14/is-your-php-web-form-hacker-proof/#comment-2592</guid>
		<description>The usual solution to mail() woes is to use a mailing library such as PHPMailer or, my personal favorite, SwiftMailer.</description>
		<content:encoded><![CDATA[<p>The usual solution to mail() woes is to use a mailing library such as PHPMailer or, my personal favorite, SwiftMailer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Object Caching 418/422 objects using disk: basic

Served from: www.michikono.com @ 2012-02-10 16:14:02 -->
