<?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>BigSmoke &#187; security</title>
	<atom:link href="http://blog.bigsmoke.us/tag/security/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.bigsmoke.us</link>
	<description>Smokes your problems, coughs fresh air.</description>
	<lastBuildDate>Sat, 04 Feb 2012 18:03:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PHP include exploits</title>
		<link>http://blog.bigsmoke.us/2010/11/14/php-include-exploits</link>
		<comments>http://blog.bigsmoke.us/2010/11/14/php-include-exploits#comments</comments>
		<pubDate>Sun, 14 Nov 2010 17:19:10 +0000</pubDate>
		<dc:creator>Rowan Rodrik</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[exploit]]></category>
		<category><![CDATA[include]]></category>
		<category><![CDATA[nfsn]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.bigsmoke.us/?p=1711</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>A year ago, my web host thoroughly explained <a href="http://blog.nearlyfreespeech.net/2009/11/05/a-php-include-exploit-explained/">how PHP include vulnerabilities can be exploited</a>, hoping that better user education would leave less member-sites vulnerable to automated attacks by spammer scum.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.bigsmoke.us/2010/11/14/php-include-exploits/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo auto-login and startx</title>
		<link>http://blog.bigsmoke.us/2010/06/20/auto-login-startx</link>
		<comments>http://blog.bigsmoke.us/2010/06/20/auto-login-startx#comments</comments>
		<pubDate>Sat, 19 Jun 2010 22:32:09 +0000</pubDate>
		<dc:creator>Rowan Rodrik</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[auto-login]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[GRUB]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[X]]></category>
		<category><![CDATA[XDM]]></category>

		<guid isPermaLink="false">http://blog.bigsmoke.us/?p=1440</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t believe in system passwords if they&#8217;re not backup by some type of disk encryption. It&#8217;s simply too easy to circumvent by changing a few boot parameters or by inserting a good boot disk. For performance reasons, I&#8217;ve decided against using full-disk encryption for my laptop and even against encryption for my home folder. This makes typing in a password to login a mere annoyance.  Admittedly, my laptop features a fingerprint reader, but at the time I couldn&#8217;t get it to work and it still requires me to type in my username, which I find just as superfluous. Also, fingerprints aren&#8217;t that secure either.</p>

<p>For ages now, I&#8217;ve just wanted to be automatically logged in and greeted by an X session when I boot, especially since my xdm died after some upgrade about a year ago or so ago. For how much time I spend with this machine, I&#8217;m amazed how long it takes me before deciding that logging in in the console and typing <tt>startx</tt> might be not such a good idea.</p>

<p>(It probably has everything to do with “conditionality”. I tell myself, for example, that before ditching xdm (which is one of the few X login managers which <em>doesn&#8217;t</em> support auto login), I first need to get it to work again to make a screenshot of my “cute” configuration. Can&#8217;t kill my darlings; never could.)</p>

<p>So fuck all that. I&#8217;m too lazy to resurrect my darling, no matter how cute, so I took a look <a href="http://www.gentoo-wiki.info/TIP_Passwordless_Login">at this</a> and added to following to <tt>/etc/conf.d/local.start</tt>:</p>

<pre class="bash"><span style="color: #808080; font-style: italic;"># Start X as user if tty7 is free</span>
<span style="color: #b1b100;">if</span> ! fuser /dev/tty7 &gt;&amp; /dev/null; <span style="color: #b1b100;">then</span>
    su - bigsmoke -l -c <span style="color: #ff0000;">'exec startx -- vt7 &gt;&amp; ~/.xsession-errors'</span> &amp;
<span style="color: #b1b100;">fi</span></pre>

<p>Done. Maybe I&#8217;ll also decide to make all my console sessions auto-login, if I can be arsed, that is.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.bigsmoke.us/2010/06/20/auto-login-startx/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Matriux, a penetration testing and security analysis LiveCD</title>
		<link>http://blog.bigsmoke.us/2010/02/01/matriux-livecd-distribution-for-security-analysis</link>
		<comments>http://blog.bigsmoke.us/2010/02/01/matriux-livecd-distribution-for-security-analysis#comments</comments>
		<pubDate>Sun, 31 Jan 2010 22:35:33 +0000</pubDate>
		<dc:creator>Rowan Rodrik</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[LiveCD]]></category>
		<category><![CDATA[Matriux]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.bigsmoke.us/?p=1150</guid>
		<description><![CDATA[<a href="http://www.matriux.com/">Matriux</a> is a fully featured security distribution consisting of a bunch of powerful, open source and free tools that can be used for various purposes including, but not limited to, penetration testing, ethical hacking, system and network administration, cyber forensics investigations, security testing, vulnerability analysis, and much more.]]></description>
			<content:encoded><![CDATA[<p>Last December, someone pointed me to <a href="http://www.matriux.com/">Matriux</a>. In their own words:</p>

<blockquote><p>It is a fully featured security distribution consisting of a bunch of powerful, open source and free tools that can be used for various purposes including, but not limited to, penetration testing, ethical hacking, system and network administration, cyber forensics investigations, security testing, vulnerability analysis, and much more. It is a distribution designed for security enthusiasts and professionals, although it can be used normally as your default desktop system.</p></blockquote>

<p>It comes with a wide <a href="http://www.matriux.com/arsenal.html">arsenal</a> of free software tools to do naughty things to your network. I think I should give it a swing and <a href="http://www.matriux.com/download.html">download</a> it some time.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.bigsmoke.us/2010/02/01/matriux-livecd-distribution-for-security-analysis/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

