<?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>Kommentare zu: Metasploit auf Debian installieren</title>
	<atom:link href="http://www.okami.de/2010/01/25/metasploit-auf-debian-installieren/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.okami.de/2010/01/25/metasploit-auf-debian-installieren/</link>
	<description>Die Jagd nach dem Wolf</description>
	<lastBuildDate>Mon, 16 Aug 2010 14:58:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Von: okami</title>
		<link>http://www.okami.de/2010/01/25/metasploit-auf-debian-installieren/comment-page-1/#comment-2399</link>
		<dc:creator>okami</dc:creator>
		<pubDate>Wed, 02 Jun 2010 17:03:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.okami.de/?p=457#comment-2399</guid>
		<description>Datenbankunterstützung 

Wichtige Vorraussetzung ist die Installation der ruby sowie Datenbank Entwickler Pakete(-dev).  Anschliessend kann man mittels

&lt;pre&gt;
gem install sqlite3-ruby
gem install mysql
gem install postgres
&lt;/pre&gt;

die Unterstützung hinzufügen. In Metasploit selber überprüft man 

&lt;pre&gt;
msf &gt; db_driver
[*]    Active Driver: mysql
[*]        Available: postgresql, mysql, sqlite3
&lt;/pre&gt;

welche Unterstützung aktive ist und vorhanden ist.</description>
		<content:encoded><![CDATA[<p>Datenbankunterstützung </p>
<p>Wichtige Vorraussetzung ist die Installation der ruby sowie Datenbank Entwickler Pakete(-dev).  Anschliessend kann man mittels</p>
<pre>
gem install sqlite3-ruby
gem install mysql
gem install postgres
</pre>
<p>die Unterstützung hinzufügen. In Metasploit selber überprüft man </p>
<pre>
msf > db_driver
[*]    Active Driver: mysql
[*]        Available: postgresql, mysql, sqlite3
</pre>
<p>welche Unterstützung aktive ist und vorhanden ist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: drood</title>
		<link>http://www.okami.de/2010/01/25/metasploit-auf-debian-installieren/comment-page-1/#comment-2179</link>
		<dc:creator>drood</dc:creator>
		<pubDate>Thu, 04 Feb 2010 14:59:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.okami.de/?p=457#comment-2179</guid>
		<description>unter squeeze:

aptitude install rubygems1.9.1

gem update --system funktioniert dann allerdings nicht mehr</description>
		<content:encoded><![CDATA[<p>unter squeeze:</p>
<p>aptitude install rubygems1.9.1</p>
<p>gem update &#8211;system funktioniert dann allerdings nicht mehr</p>
]]></content:encoded>
	</item>
</channel>
</rss>
