<?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: Disable wget</title>
	<atom:link href="http://www.cpanelconfig.com/general-work-on-cpanel-servers/disable-wget/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cpanelconfig.com/general-work-on-cpanel-servers/disable-wget/</link>
	<description>The complete guide to setup and manage a cPanel based server</description>
	<lastBuildDate>Sun, 14 Mar 2010 17:57:38 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: yolau</title>
		<link>http://www.cpanelconfig.com/general-work-on-cpanel-servers/disable-wget/comment-page-1/#comment-35</link>
		<dc:creator>yolau</dc:creator>
		<pubDate>Thu, 13 Dec 2007 22:16:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpanelconfig.com/uncategorized/disable-wget/#comment-35</guid>
		<description>kake you are perfectly right. This is just one level in the server security.</description>
		<content:encoded><![CDATA[<p>kake you are perfectly right. This is just one level in the server security.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: frozenB</title>
		<link>http://www.cpanelconfig.com/general-work-on-cpanel-servers/disable-wget/comment-page-1/#comment-34</link>
		<dc:creator>frozenB</dc:creator>
		<pubDate>Thu, 13 Dec 2007 22:01:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpanelconfig.com/uncategorized/disable-wget/#comment-34</guid>
		<description>I can&#039;t believe this &quot;advice&quot; exists.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t believe this &#8220;advice&#8221; exists.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kake</title>
		<link>http://www.cpanelconfig.com/general-work-on-cpanel-servers/disable-wget/comment-page-1/#comment-25</link>
		<dc:creator>kake</dc:creator>
		<pubDate>Thu, 13 Dec 2007 18:20:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.cpanelconfig.com/uncategorized/disable-wget/#comment-25</guid>
		<description>well... there are like 500 different ways to download things on linux..

wget
curl
ftp/ncftp/lftp/etc..
the different scripting languages can all do networking.. php, python, perl, etc..

you can even do it in pure bash.. like this:
exec 3 /dev/tcp/127.0.0.1/80
echo &quot;GET /index.html HTTP/1.0&quot; 1&gt;&amp;3
echo 1&gt;&amp;3
while read 0&lt;&3; do echo $REPLY; done


so only removing wget is just plugging one small hole in your very leaky bucket..</description>
		<content:encoded><![CDATA[<p>well&#8230; there are like 500 different ways to download things on linux..</p>
<p>wget<br />
curl<br />
ftp/ncftp/lftp/etc..<br />
the different scripting languages can all do networking.. php, python, perl, etc..</p>
<p>you can even do it in pure bash.. like this:<br />
exec 3 /dev/tcp/127.0.0.1/80<br />
echo &#8220;GET /index.html HTTP/1.0&#8243; 1&gt;&amp;3<br />
echo 1&gt;&amp;3<br />
while read 0&lt;&amp;3; do echo $REPLY; done</p>
<p>so only removing wget is just plugging one small hole in your very leaky bucket..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
