<?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>Flavio's blog &#187; Unix</title>
	<atom:link href="http://flavio.stanchina.net/category/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://flavio.stanchina.net</link>
	<description>challenging common wisdom since he was 3</description>
	<lastBuildDate>Wed, 23 Feb 2011 23:18:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>Defeating paranoid system administrators</title>
		<link>http://flavio.stanchina.net/2007/02/24/defeating-paranoid-system-administrators/</link>
		<comments>http://flavio.stanchina.net/2007/02/24/defeating-paranoid-system-administrators/#comments</comments>
		<pubDate>Sat, 24 Feb 2007 13:51:56 +0000</pubDate>
		<dc:creator>Flavio</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[hacks]]></category>

		<guid isPermaLink="false">http://flavio.stanchina.net/?p=22</guid>
		<description><![CDATA[If a paranoid system administrator has blocked ssh access from Linux hosts to your office&#8217;s network — using the OpenBSD packet filter&#8216;s fingerprinting — and you find yourself without access to the office&#8217;s mail server, you might want to make your Linux workstation&#8217;s TCP stack look like something else by changing the TTL, for example: [...]]]></description>
			<content:encoded><![CDATA[<p>If a paranoid system administrator has blocked ssh access from Linux hosts to your office&#8217;s network — using the <a target="_blank" href="http://www.openbsd.org/faq/pf/filter.html">OpenBSD packet filter</a>&#8216;s fingerprinting —  and you find yourself without access to the office&#8217;s mail server, you might want to make your Linux workstation&#8217;s TCP stack look like something else by changing the TTL, for example:</p>
<pre>echo 128 > /proc/sys/net/ipv4/ip_default_ttl</pre>
<p>The road to this hack is quite easy, anyway:</p>
<ol>
<li>install OpenBSD in a virtual machine;</li>
<li>look hard at /etc/pf.os and look for possible useful differences;</li>
<li>see that Linux uses a TTL of 64 while Windows XP uses 128;</li>
<li>profit!</li>
</ol>
<p>Item 1 was needed because I couldn&#8217;t find a copy of <a target="_blank" href="http://www.openbsd.org/cgi-bin/man.cgi?query=pf.os">/etc/pf.os</a> quickly, so I figured that it&#8217;d take less to just install an OpenBSD.</p>
]]></content:encoded>
			<wfw:commentRss>http://flavio.stanchina.net/2007/02/24/defeating-paranoid-system-administrators/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>setuid scripts?</title>
		<link>http://flavio.stanchina.net/2005/04/15/setuid-scripts/</link>
		<comments>http://flavio.stanchina.net/2005/04/15/setuid-scripts/#comments</comments>
		<pubDate>Thu, 14 Apr 2005 23:20:01 +0000</pubDate>
		<dc:creator>Flavio</dc:creator>
				<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://flavio.stanchina.net/?p=5</guid>
		<description><![CDATA[I knew setuid scripts are a security risk, but finally I found a thorough explanation.]]></description>
			<content:encoded><![CDATA[<p>I knew setuid scripts are a security risk, but finally <a target="_blank" href="http://www.faqs.org/faqs/unix-faq/faq/part4/section-7.html">I found a thorough explanation</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://flavio.stanchina.net/2005/04/15/setuid-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

