<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: A Script for sshbl.org</title>
	<atom:link href="http://ismellpackets.com/2010/01/21/a-script-for-sshbl-org/feed/" rel="self" type="application/rss+xml" />
	<link>http://ismellpackets.com/2010/01/21/a-script-for-sshbl-org/</link>
	<description>Sometimes they stink...</description>
	<lastBuildDate>Fri, 12 Aug 2011 20:14:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: sshbl.org</title>
		<link>http://ismellpackets.com/2010/01/21/a-script-for-sshbl-org/#comment-222</link>
		<dc:creator><![CDATA[sshbl.org]]></dc:creator>
		<pubDate>Fri, 12 Mar 2010 11:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://ismellpackets.wordpress.com/?p=226#comment-222</guid>
		<description><![CDATA[You can now skip the sed&#039;ing:

http://www.sshbl.org/lists/hosts.deny]]></description>
		<content:encoded><![CDATA[<p>You can now skip the sed&#8217;ing:</p>
<p><a href="http://www.sshbl.org/lists/hosts.deny" rel="nofollow">http://www.sshbl.org/lists/hosts.deny</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ismellpackets</title>
		<link>http://ismellpackets.com/2010/01/21/a-script-for-sshbl-org/#comment-207</link>
		<dc:creator><![CDATA[ismellpackets]]></dc:creator>
		<pubDate>Tue, 26 Jan 2010 23:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://ismellpackets.wordpress.com/?p=226#comment-207</guid>
		<description><![CDATA[I did it that way just so if the download fails, you don&#039;t end up with a blank hosts.deny file.  It fails on the copy.]]></description>
		<content:encoded><![CDATA[<p>I did it that way just so if the download fails, you don&#8217;t end up with a blank hosts.deny file.  It fails on the copy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sshbl.org</title>
		<link>http://ismellpackets.com/2010/01/21/a-script-for-sshbl-org/#comment-206</link>
		<dc:creator><![CDATA[sshbl.org]]></dc:creator>
		<pubDate>Tue, 26 Jan 2010 21:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://ismellpackets.wordpress.com/?p=226#comment-206</guid>
		<description><![CDATA[Hi,
why so complicated? ;-)


#!/bin/sh

curl http://www.sshbl.org/lists/base.txt 2&gt;/dev/null &#124; sed -n &#039;/^[^#]/s/^/sshd: /p&#039; &gt; /etc/hosts.deny]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
why so complicated? <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>#!/bin/sh</p>
<p>curl <a href="http://www.sshbl.org/lists/base.txt" rel="nofollow">http://www.sshbl.org/lists/base.txt</a> 2&gt;/dev/null | sed -n &#8216;/^[^#]/s/^/sshd: /p&#8217; &gt; /etc/hosts.deny</p>
]]></content:encoded>
	</item>
</channel>
</rss>

