<?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: How to: break into a Linux user account in seconds</title>
	<atom:link href="http://r3dux.org/2011/07/how-to-break-into-a-linux-user-account-in-seconds/feed/" rel="self" type="application/rss+xml" />
	<link>http://r3dux.org/2011/07/how-to-break-into-a-linux-user-account-in-seconds/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-break-into-a-linux-user-account-in-seconds</link>
	<description>A number-pimping side project from the valleys in *NEW* upside-down flavour.</description>
	<lastBuildDate>Tue, 15 May 2012 23:01:55 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Roberto</title>
		<link>http://r3dux.org/2011/07/how-to-break-into-a-linux-user-account-in-seconds/#comment-7372</link>
		<dc:creator>Roberto</dc:creator>
		<pubDate>Fri, 23 Dec 2011 08:27:24 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=4845#comment-7372</guid>
		<description>That&#039;s because Ubuntu is a friendly operating system that offers a &quot;recovery mode&quot; for people who made a bad mistake on root, and need to fix it.

You can always run a distro that uses a different Linux kernel, one that is made without &quot;recovery mode&quot; or &quot;single-user mode&quot;. Then, if you encrypt your files, no one can get at them. (but of course they can still erase them by installing another OS)</description>
		<content:encoded><![CDATA[<p>That&#8217;s because Ubuntu is a friendly operating system that offers a &#8220;recovery mode&#8221; for people who made a bad mistake on root, and need to fix it.</p>
<p>You can always run a distro that uses a different Linux kernel, one that is made without &#8220;recovery mode&#8221; or &#8220;single-user mode&#8221;. Then, if you encrypt your files, no one can get at them. (but of course they can still erase them by installing another OS)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r3dux</title>
		<link>http://r3dux.org/2011/07/how-to-break-into-a-linux-user-account-in-seconds/#comment-6957</link>
		<dc:creator>r3dux</dc:creator>
		<pubDate>Wed, 14 Sep 2011 07:18:15 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=4845#comment-6957</guid>
		<description>&lt;a href=&quot;http://en.wikipedia.org/wiki/Honeypot_(computing)&quot; rel=&quot;nofollow&quot;&gt;Honeypots&lt;/a&gt; FTW =P</description>
		<content:encoded><![CDATA[<p><a href="http://en.wikipedia.org/wiki/Honeypot_(computing)">Honeypots</a> FTW =P</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reilly</title>
		<link>http://r3dux.org/2011/07/how-to-break-into-a-linux-user-account-in-seconds/#comment-6955</link>
		<dc:creator>Reilly</dc:creator>
		<pubDate>Wed, 14 Sep 2011 06:57:08 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=4845#comment-6955</guid>
		<description>security is an illusion theres always a back door its just a matter of seeing it the best way imo is to just give them access to a part of your box then spy them a while then hit them with a bunch of viruses lol</description>
		<content:encoded><![CDATA[<p>security is an illusion theres always a back door its just a matter of seeing it the best way imo is to just give them access to a part of your box then spy them a while then hit them with a bunch of viruses lol</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to: Ensure your Linux account passwords are strongly hashed &#124; r3dux.org</title>
		<link>http://r3dux.org/2011/07/how-to-break-into-a-linux-user-account-in-seconds/#comment-6874</link>
		<dc:creator>How to: Ensure your Linux account passwords are strongly hashed &#124; r3dux.org</dc:creator>
		<pubDate>Tue, 26 Jul 2011 23:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=4845#comment-6874</guid>
		<description>[...] Linux account passwords are strongly hashed r3dux &#124; July 27, 2011While reading around on how to break into Linux accounts the other day I stumbled across the interesting tidbit of information that the password hashes [...]</description>
		<content:encoded><![CDATA[<p>[...] Linux account passwords are strongly hashed r3dux | July 27, 2011While reading around on how to break into Linux accounts the other day I stumbled across the interesting tidbit of information that the password hashes [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: r3dux</title>
		<link>http://r3dux.org/2011/07/how-to-break-into-a-linux-user-account-in-seconds/#comment-6870</link>
		<dc:creator>r3dux</dc:creator>
		<pubDate>Sun, 24 Jul 2011 22:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=4845#comment-6870</guid>
		<description>I&#039;ve got to agree with you there - even though in distros like Ubuntu the root account is more or less disabled for use (i.e. although you can still su to root using &lt;strong&gt;su -s&lt;/strong&gt;), it should definitely have a password set.

But reading further says that by giving the root user no password means it can&#039;t be brute-forced, and instead you have to know a combination of username and &lt;em&gt;their&lt;/em&gt; password, which it&#039;s claimed is harder to know.
Sources: &lt;a href=&quot;http://www.ubuntux.org/how-to-change-the-root-password-in-ubuntu&quot; rel=&quot;nofollow&quot;&gt;http://www.ubuntux.org/how-to-change-the-root-password-in-ubuntu&lt;/a&gt;, &lt;a href=&quot;http://ubuntulinuxtipstricks.blogspot.com/2009/08/root-password-rumour.html&quot; rel=&quot;nofollow&quot;&gt;http://ubuntulinuxtipstricks.blogspot.com/2009/08/root-password-rumour.html&lt;/a&gt;

BUT, if you can just drop into a recovery shell as root you can list all users using &lt;strong&gt;less /etc/shadow&lt;/strong&gt;, or you could even create a user from the root shell! So that doesn&#039;t work...

IMHO, the root account MUST have a password to prevent physical ownership meaning the box allows anyone with a modicum of knowledge instant access to everything. So even if the name of the account (&#039;root&#039;) is known, there&#039;s still a SHA-512 password which needs to be deciphered before access is granted, and with a sufficiently strong password, that should be very, very hard to do.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve got to agree with you there &#8211; even though in distros like Ubuntu the root account is more or less disabled for use (i.e. although you can still su to root using <strong>su -s</strong>), it should definitely have a password set.</p>
<p>But reading further says that by giving the root user no password means it can&#8217;t be brute-forced, and instead you have to know a combination of username and <em>their</em> password, which it&#8217;s claimed is harder to know.<br />
Sources: <a href="http://www.ubuntux.org/how-to-change-the-root-password-in-ubuntu">http://www.ubuntux.org/how-to-change-the-root-password-in-ubuntu</a>, <a href="http://ubuntulinuxtipstricks.blogspot.com/2009/08/root-password-rumour.html">http://ubuntulinuxtipstricks.blogspot.com/2009/08/root-password-rumour.html</a></p>
<p>BUT, if you can just drop into a recovery shell as root you can list all users using <strong>less /etc/shadow</strong>, or you could even create a user from the root shell! So that doesn&#8217;t work&#8230;</p>
<p>IMHO, the root account MUST have a password to prevent physical ownership meaning the box allows anyone with a modicum of knowledge instant access to everything. So even if the name of the account (&#8216;root&#8217;) is known, there&#8217;s still a SHA-512 password which needs to be deciphered before access is granted, and with a sufficiently strong password, that should be very, very hard to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: igama</title>
		<link>http://r3dux.org/2011/07/how-to-break-into-a-linux-user-account-in-seconds/#comment-6869</link>
		<dc:creator>igama</dc:creator>
		<pubDate>Sun, 24 Jul 2011 16:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://r3dux.org/?p=4845#comment-6869</guid>
		<description>If you setup the root user with a password, that won&#039;t be possible. Once you enter Root mode, you will be asked the root password to continue ;)

I think It is a security flaw not asking users to give the root / Administrator user a password during installation...</description>
		<content:encoded><![CDATA[<p>If you setup the root user with a password, that won&#8217;t be possible. Once you enter Root mode, you will be asked the root password to continue <img src='http://r3dux.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>I think It is a security flaw not asking users to give the root / Administrator user a password during installation&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

