<?xml version="1.0" encoding="iso-8859-1"?><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: Security treat: the ftp address, username and password of your website&#8217;s server broadcasted over the Internet</title>
	<atom:link href="http://fgiasson.com/blog/index.php/2005/07/29/security_treat_the_ftp_address_username/feed/" rel="self" type="application/rss+xml" />
	<link>http://fgiasson.com/blog/index.php/2005/07/29/security_treat_the_ftp_address_username/</link>
	<description></description>
	<lastBuildDate>Sat, 17 Jul 2010 23:32:24 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Fred</title>
		<link>http://fgiasson.com/blog/index.php/2005/07/29/security_treat_the_ftp_address_username/comment-page-1/#comment-304</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Mon, 01 Aug 2005 16:10:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-304</guid>
		<description>Hello Sudar,&lt;br /&gt;
&lt;br /&gt;
Yup, in fact, probably all stats services able to publicaly broadcast the stats are &quot;vulnerable&quot;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Yup, it is also true for the session ID. However, this one is the problem of the webdeveloper.  It depends on how his system is builded and how he handle the sessions ID.&lt;br /&gt;
&lt;br /&gt;
Salutations,&lt;br /&gt;
&lt;br /&gt;
Fred&lt;br /&gt;
</description>
		<content:encoded><![CDATA[<p>Hello Sudar,</p>
<p>Yup, in fact, probably all stats services able to publicaly broadcast the stats are &#8220;vulnerable&#8221;.</p>
<p>
Yup, it is also true for the session ID. However, this one is the problem of the webdeveloper.  It depends on how his system is builded and how he handle the sessions ID.</p>
<p>Salutations,</p>
<p>Fred</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sudar</title>
		<link>http://fgiasson.com/blog/index.php/2005/07/29/security_treat_the_ftp_address_username/comment-page-1/#comment-303</link>
		<dc:creator>Sudar</dc:creator>
		<pubDate>Mon, 01 Aug 2005 04:44:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-303</guid>
		<description>Hi Fred,&lt;br /&gt;
&lt;br /&gt;
Even sitemeter has the same problem. It is not only limited to FTP username and password even session id which are passed in the url can be retrived if the stats are opened as public&lt;br /&gt;
</description>
		<content:encoded><![CDATA[<p>Hi Fred,</p>
<p>Even sitemeter has the same problem. It is not only limited to FTP username and password even session id which are passed in the url can be retrived if the stats are opened as public</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://fgiasson.com/blog/index.php/2005/07/29/security_treat_the_ftp_address_username/comment-page-1/#comment-302</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Sat, 30 Jul 2005 14:55:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-302</guid>
		<description>Hello Alex,&lt;br /&gt;
&lt;br /&gt;
Definitely. It could be a good fix. The problem I see is that people would not know what the feature is for, then would not use it. Another solution should be to trick the HTTP request&#039;s header to hide the came from URL field (or something like that, I do not remember of the exact name of the field) of the HTTP request.&lt;br /&gt;
&lt;br /&gt;
Salutations,&lt;br /&gt;
&lt;br /&gt;
Fred</description>
		<content:encoded><![CDATA[<p>Hello Alex,</p>
<p>Definitely. It could be a good fix. The problem I see is that people would not know what the feature is for, then would not use it. Another solution should be to trick the HTTP request&#8217;s header to hide the came from URL field (or something like that, I do not remember of the exact name of the field) of the HTTP request.</p>
<p>Salutations,</p>
<p>Fred</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fortrel</title>
		<link>http://fgiasson.com/blog/index.php/2005/07/29/security_treat_the_ftp_address_username/comment-page-1/#comment-301</link>
		<dc:creator>Fortrel</dc:creator>
		<pubDate>Fri, 29 Jul 2005 18:40:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-301</guid>
		<description>Hmm... That&#039;s an interesting problem. &lt;br /&gt;
&lt;br /&gt;
Another option would be for the AceFTP software to have a property like &quot;Root URL&quot; to specify where is the content of the FTP site available on the web. So if you ask for a preview of, let say &quot;/home/mysite/public_html/index.html&quot;, it knows that this is available online at &quot;http://www.mysyte.com/index.html&quot;. It would do the translation for you and use the HTTP protocol, instead of using the FTP protocol. &lt;br /&gt;
&lt;br /&gt;
(This last sentence reads ok, but if you stop and think about it, the &quot;P&quot; of HTTP and FTP stands for &quot;protocol&quot; so it becomes pretty redundant!) :-)&lt;br /&gt;
&lt;br /&gt;
Alex</description>
		<content:encoded><![CDATA[<p>Hmm&#8230; That&#8217;s an interesting problem. </p>
<p>Another option would be for the AceFTP software to have a property like &#8220;Root URL&#8221; to specify where is the content of the FTP site available on the web. So if you ask for a preview of, let say &#8220;/home/mysite/public_html/index.html&#8221;, it knows that this is available online at &#8220;http://www.mysyte.com/index.html&#8221;. It would do the translation for you and use the HTTP protocol, instead of using the FTP protocol. </p>
<p>(This last sentence reads ok, but if you stop and think about it, the &#8220;P&#8221; of HTTP and FTP stands for &#8220;protocol&#8221; so it becomes pretty redundant!) <img src='http://fgiasson.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Alex</p>
]]></content:encoded>
	</item>
</channel>
</rss>
