<?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>Comments on: Installing Metasploit on Mac OS X</title>
	<atom:link href="http://www.jeffcross.me/2009/04/28/installing-metasploit-on-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jeffcross.me/2009/04/28/installing-metasploit-on-mac-os-x/</link>
	<description>I&#039;m a real person... Seriously...</description>
	<lastBuildDate>Fri, 18 Dec 2009 16:16:10 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Negmut</title>
		<link>http://www.jeffcross.me/2009/04/28/installing-metasploit-on-mac-os-x/comment-page-1/#comment-71</link>
		<dc:creator>Negmut</dc:creator>
		<pubDate>Thu, 27 Aug 2009 09:05:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffcross.me/?p=138#comment-71</guid>
		<description>i can&#039;t load msfweb... it just says process completed, and logout. i have os x 10.5.7, is it supposed to open a web browser?</description>
		<content:encoded><![CDATA[<p>i can&#8217;t load msfweb&#8230; it just says process completed, and logout. i have os x 10.5.7, is it supposed to open a web browser?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d3ck4</title>
		<link>http://www.jeffcross.me/2009/04/28/installing-metasploit-on-mac-os-x/comment-page-1/#comment-70</link>
		<dc:creator>d3ck4</dc:creator>
		<pubDate>Wed, 26 Aug 2009 14:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffcross.me/?p=138#comment-70</guid>
		<description>nice write up! but then how to install db_autopwn script?</description>
		<content:encoded><![CDATA[<p>nice write up! but then how to install db_autopwn script?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://www.jeffcross.me/2009/04/28/installing-metasploit-on-mac-os-x/comment-page-1/#comment-69</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Thu, 18 Jun 2009 19:28:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffcross.me/?p=138#comment-69</guid>
		<description>I just noticed that metasploit3 is available in Macports, in case you don&#039;t need the svn version.</description>
		<content:encoded><![CDATA[<p>I just noticed that metasploit3 is available in Macports, in case you don&#8217;t need the svn version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Novo</title>
		<link>http://www.jeffcross.me/2009/04/28/installing-metasploit-on-mac-os-x/comment-page-1/#comment-68</link>
		<dc:creator>Novo</dc:creator>
		<pubDate>Wed, 03 Jun 2009 09:31:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffcross.me/?p=138#comment-68</guid>
		<description>Hi Jeff,

I encountered the same problem as Sec:

[*] The msfgui interface requires the ruby-gtk2 and ruby-libglade2 packages
[*] Dependencies include ruby-pango, ruby-glib2, ruby-gdkpixbuf2, and ruby-atk
[*] Error: LoadError no such file to load — gtk2

The problem is a missing packet called &#039;gtk2&#039;. It is part of the Gnome2 libraries for ruby, the &#039;rb-gnome&#039; packet. I would recommend installing only the &#039;gtk2&#039; packet. Currently I&#039;m installing the &#039;rb-gnome&#039; packet, which is very large.

If the &#039;gtk2&#039; packet isn&#039;t sufficient enough you could always install the &#039;rb-gnome&#039; packet.

I&#039;m not sure why it requires this packet, maybe because I&#039;m using a newer version of OS X (10.5.7) or maybe the newer version of msf 3.2…</description>
		<content:encoded><![CDATA[<p>Hi Jeff,</p>
<p>I encountered the same problem as Sec:</p>
<p>[*] The msfgui interface requires the ruby-gtk2 and ruby-libglade2 packages<br />
[*] Dependencies include ruby-pango, ruby-glib2, ruby-gdkpixbuf2, and ruby-atk<br />
[*] Error: LoadError no such file to load — gtk2</p>
<p>The problem is a missing packet called &#8216;gtk2&#8242;. It is part of the Gnome2 libraries for ruby, the &#8216;rb-gnome&#8217; packet. I would recommend installing only the &#8216;gtk2&#8242; packet. Currently I&#8217;m installing the &#8216;rb-gnome&#8217; packet, which is very large.</p>
<p>If the &#8216;gtk2&#8242; packet isn&#8217;t sufficient enough you could always install the &#8216;rb-gnome&#8217; packet.</p>
<p>I&#8217;m not sure why it requires this packet, maybe because I&#8217;m using a newer version of OS X (10.5.7) or maybe the newer version of msf 3.2…</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Cross</title>
		<link>http://www.jeffcross.me/2009/04/28/installing-metasploit-on-mac-os-x/comment-page-1/#comment-53</link>
		<dc:creator>Jeff Cross</dc:creator>
		<pubDate>Mon, 04 May 2009 15:18:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffcross.me/?p=138#comment-53</guid>
		<description>I&#039;m glad you were able to get this working! I just saw your comments this morning and hadn&#039;t had a chance to look into the issue.

Was the problem in my instructions or was there just a package missing in your setup? It&#039;s been a while since I have gone through this how-to so any way I can make it better is a plus! Your help would be much appreciated!

Jeff</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad you were able to get this working! I just saw your comments this morning and hadn&#8217;t had a chance to look into the issue.</p>
<p>Was the problem in my instructions or was there just a package missing in your setup? It&#8217;s been a while since I have gone through this how-to so any way I can make it better is a plus! Your help would be much appreciated!</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sec</title>
		<link>http://www.jeffcross.me/2009/04/28/installing-metasploit-on-mac-os-x/comment-page-1/#comment-52</link>
		<dc:creator>Sec</dc:creator>
		<pubDate>Mon, 04 May 2009 13:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffcross.me/?p=138#comment-52</guid>
		<description>Well, it&#039;s funny how close I get to the answer when I read questions I make. It was the package name that was the fault. It&#039;s rb-gnome, not ruby-gtk2. 

Thank you for your time.</description>
		<content:encoded><![CDATA[<p>Well, it&#8217;s funny how close I get to the answer when I read questions I make. It was the package name that was the fault. It&#8217;s rb-gnome, not ruby-gtk2. </p>
<p>Thank you for your time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sec</title>
		<link>http://www.jeffcross.me/2009/04/28/installing-metasploit-on-mac-os-x/comment-page-1/#comment-51</link>
		<dc:creator>Sec</dc:creator>
		<pubDate>Mon, 04 May 2009 10:06:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffcross.me/?p=138#comment-51</guid>
		<description>Hi,

I followed pretty much the same steps you did but end up with this error message trying to run msfgui. Any ideas?

[*] The msfgui interface requires the ruby-gtk2 and ruby-libglade2 packages
[*] Dependencies include ruby-pango, ruby-glib2, ruby-gdkpixbuf2, and ruby-atk
[*] Error: LoadError no such file to load -- gtk2


Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I followed pretty much the same steps you did but end up with this error message trying to run msfgui. Any ideas?</p>
<p>[*] The msfgui interface requires the ruby-gtk2 and ruby-libglade2 packages<br />
[*] Dependencies include ruby-pango, ruby-glib2, ruby-gdkpixbuf2, and ruby-atk<br />
[*] Error: LoadError no such file to load &#8212; gtk2</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff Cross</title>
		<link>http://www.jeffcross.me/2009/04/28/installing-metasploit-on-mac-os-x/comment-page-1/#comment-42</link>
		<dc:creator>Jeff Cross</dc:creator>
		<pubDate>Tue, 28 Apr 2009 20:30:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffcross.me/?p=138#comment-42</guid>
		<description>Yeah, it&#039;s a series of Ruby scripts, Josh! Thanks for the comment!

Jeff</description>
		<content:encoded><![CDATA[<p>Yeah, it&#8217;s a series of Ruby scripts, Josh! Thanks for the comment!</p>
<p>Jeff</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh</title>
		<link>http://www.jeffcross.me/2009/04/28/installing-metasploit-on-mac-os-x/comment-page-1/#comment-41</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Tue, 28 Apr 2009 20:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffcross.me/?p=138#comment-41</guid>
		<description>I had no idea that Metasploit was a Ruby app.  Great stuff, thanks for posting this over on the new site!</description>
		<content:encoded><![CDATA[<p>I had no idea that Metasploit was a Ruby app.  Great stuff, thanks for posting this over on the new site!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
