<?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>PenTBox</title>
	<atom:link href="http://www.pentbox.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pentbox.net</link>
	<description>Official website of the project</description>
	<lastBuildDate>Sat, 11 Jun 2011 05:20:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PenTBox 1.5 released!</title>
		<link>http://www.pentbox.net/2011/06/pentbox-1-5-released/</link>
		<comments>http://www.pentbox.net/2011/06/pentbox-1-5-released/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 05:20:45 +0000</pubDate>
		<dc:creator>Alberto Ortega</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.pentbox.net/?p=333</guid>
		<description><![CDATA[And here we go! Here is the new version. Version 1.5 &#8212;&#8212;&#8212;&#8212;&#8212;- New features: - Command execution in gets (STDIN) implemented. (!command) - Honeypot now shows attacker&#8217;s IP and port (thx Shyish) - Included log options. - Wordlist is bigger now. - Included &#8220;back&#8221; option on menus. New tools: - Included new area, Web tools. [...]]]></description>
			<content:encoded><![CDATA[<p>And here we go! Here is the new version.</p>
<p>Version 1.5<br />
&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>New features:<br />
- Command execution in gets (STDIN) implemented. (!command)<br />
- Honeypot now shows attacker&#8217;s IP and port (thx Shyish)<br />
- Included log options.<br />
- Wordlist is bigger now.<br />
- Included &#8220;back&#8221; option on menus.<br />
New tools:<br />
- Included new area, Web tools.<br />
- Included new module MAC address geolocation (samy.pl).<br />
- Included new module HTTP directory bruteforce.<br />
- Included new module HTTP common files bruteforce.<br />
- Included exploits for DoS<br />
	[other/http] 3Com SuperStack Switch DoS<br />
	[other/http] 3Com OfficeConnect Routers DoS (Content-Type)<br />
	[windows/ftp] Windows 7 IIS7.5 FTPSVC UNAUTH&#8217;D DoS<br />
	[windows/ftp] Solar FTP Server 2.1 DoS<br />
	[windows/pptp] MS02-063 PPTP Malformed Control Data Kernel DoS<br />
	[windows/smb] Windows Vista/7 SMB2.0 Negotiate Protocol Request DoS BSOD<br />
- Included pb_update.rb to update PenTBox from the SVN repository.<br />
Bugfixing:<br />
- Fixed issue with SHODAN API.<br />
- Deleted l33t speak and extra menu.<br />
- Improved permissions checking, now it&#8217;s done by euid, not username (thx r4mosg)</p>
<p>You can download the new version from the <a href="http://www.pentbox.net/download-pentbox/"><strong>download area</strong></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pentbox.net/2011/06/pentbox-1-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to TORify PenTBox</title>
		<link>http://www.pentbox.net/2011/02/how-to-torify-pentbox/</link>
		<comments>http://www.pentbox.net/2011/02/how-to-torify-pentbox/#comments</comments>
		<pubDate>Wed, 23 Feb 2011 09:50:14 +0000</pubDate>
		<dc:creator>Alberto Ortega</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Network Area]]></category>
		<category><![CDATA[pentbox]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[tor]]></category>

		<guid isPermaLink="false">http://www.pentbox.net/?p=298</guid>
		<description><![CDATA[Some people have been asking about how to use PenTBox anonymously on Internet. As PenTBox doesn&#8217;t have proxy configuration capabilities, we must use external tricks. TOR is an interesting service we could use. It opens a SOCKS local server at 9050 TCP port to connect to the anonymous network. On the other hand we have [...]]]></description>
			<content:encoded><![CDATA[<p>Some people have been asking about how to use PenTBox anonymously on Internet. As PenTBox doesn&#8217;t have proxy configuration capabilities, we must use external tricks.</p>
<p><span style="text-decoration: underline;"><a href="http://www.torproject.org/" target="_blank">TOR</a></span> is an interesting service we could use. It opens a SOCKS local server at 9050 TCP port to connect to the anonymous network.</p>
<p>On the other hand we have <span style="text-decoration: underline;"><a href="http://tsocks.sourceforge.net/" target="_blank">tsocks</a></span>, an application that can send TCP connections automatically through a SOCKS server. The usage is quite simple, we only have to configure it and launch our application (example):</p>
<p>tsocks application -param1 -p2</p>
<p>GNU/Linux users probably can find tsocks on the software repository of the distribution.</p>
<p>My configuration file is as simple as follows:</p>
<pre># grep -v "#" /etc/tsocks.conf</pre>
<pre>local = 192.168.0.0/255.255.255.0</pre>
<pre>server = 127.0.0.1</pre>
<pre>server_type = 5</pre>
<pre>server_port = 9050</pre>
<pre>#</pre>
<p>When we have configured tsocks and TOR is running, to launch PenTBox we can do:</p>
<p>tsocks ./pentbox.rb<br />
or<br />
tsocks ruby pentbox.rb</p>
<p>Notes:</p>
<p>- With tsocks only TCP traffic will be proxified, UDP packets wont be (ie DNS petitions).</p>
<p>- I&#8217;ve tested it on GNU/Linux (Debian) and FreeBSD with successful results.</p>
<p>- TOR project has developed <strong><span style="text-decoration: underline;"><a href="http://code.google.com/p/torsocks/" target="_blank">torsocks</a></span></strong>, an improved tsocks that may be very useful in some cases. (More <span style="text-decoration: underline;"><a href="https://trac.torproject.org/projects/tor/wiki/TheOnionRouter/TorifyHOWTO" target="_blank">info</a></span>).</p>
<p>- For DoS lovers, flood attacks via TOR are very slow, your only achievement will be disturb network velocity for other users.</p>
<p>- For Windows users I&#8217;ve found some alternatives googling but I haven&#8217;t tested it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pentbox.net/2011/02/how-to-torify-pentbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PenTBox 1.4 released!</title>
		<link>http://www.pentbox.net/2010/11/pentbox-1-4-released/</link>
		<comments>http://www.pentbox.net/2010/11/pentbox-1-4-released/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 05:45:45 +0000</pubDate>
		<dc:creator>Alberto Ortega</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.pentbox.net/?p=275</guid>
		<description><![CDATA[Some months later since the first final release, here we have the second final release :) Nice changes, check it out! Version 1.4 &#8212;&#8212;&#8212;&#8212;&#8212; - Code adapted to work with ruby1.9.x and jruby (more performance, native threads &#8230;). - Optimized TCP port scanner, and ping check before scan. - Optimized hash_cracker.rb - Renewed interface with [...]]]></description>
			<content:encoded><![CDATA[<p>Some months later since the first final release, here we have the second final release :)</p>
<p>Nice changes, check it out!</p>
<p>Version 1.4</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>- Code adapted to work with ruby1.9.x and jruby (more performance, native threads &#8230;).<br />
- Optimized TCP port scanner, and ping check before scan.<br />
- Optimized hash_cracker.rb<br />
- Renewed interface with colors (only unix-like) and improvements.</p>
<p>- Included RIPEMD-160 to Hash Password Cracker and Multi-Digest.<br />
- Added native mode in SYN DoS that uses Raw Sockets.<br />
- Added a new mode in the fuzzer -&gt; HTTP headers client fuzzing.<br />
- Added protected mode -&gt; Only root can use DoS tools, excellent for installations in servers.<br />
- Added a simple configuration in pentbox.rb for interface colors and protected mode.</p>
<p>- Unified syn_dos.rb and tcp_dos.rb in one, net_dos.rb<br />
- Included pentbox-wlist.txt, that can be used with hash_cracker.rb<br />
- New libraries bit-struct, net/dns.rb and racket.<br />
- dns_search.rb included -&gt; DNS and host gathering with NS, MX, SHODAN, A bruteforce and PTR IP range.</p>
<p>- tcp_dos_auto.rb excluded &#8211; To prevent from evil script-kiddies.<br />
- fileencr.rb excluded &#8211; Crypto libraries was difficult to adapt, and the module was very slow. You can use openssl that is so much better and faster.<br />
- sec_im.rb excluded &#8211; It wasn&#8217;t used and not pentesting related.</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p>In addition, I&#8217;ve released <span style="text-decoration: underline;"><a href="http://a0rtega.pentbox.net/files/shodan-dns-enumeration.pdf" target="_blank">a paper</a></span> about how PenTBox uses SHODAN to find hosts and the description of the idea.</p>
<p>You can download the new version from the <span style="text-decoration: underline;"><a href="http://www.pentbox.net/download-pentbox/" target="_self">download area</a></span>, later I&#8217;ll upload it to Sourceforge.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pentbox.net/2010/11/pentbox-1-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Available on Cydia!</title>
		<link>http://www.pentbox.net/2010/08/available-on-cydia/</link>
		<comments>http://www.pentbox.net/2010/08/available-on-cydia/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 10:21:30 +0000</pubDate>
		<dc:creator>Alberto Ortega</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cydia]]></category>
		<category><![CDATA[ipad]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[modmyi]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[pentbox]]></category>
		<category><![CDATA[touch]]></category>

		<guid isPermaLink="false">http://www.pentbox.net/?p=259</guid>
		<description><![CDATA[Hi mates! A port of PenTBox for the iPhone (PenTBox On The iPhone) has been uploaded to the ModMyi Cydia repository, this is, if you have a jailbroken iPhone, iPod Touch or iPad, you can download PenTBox searching in Cydia ;)]]></description>
			<content:encoded><![CDATA[<p>Hi mates!</p>
<p>A port of PenTBox for the iPhone (PenTBox On The iPhone) has been uploaded to the <span style="text-decoration: underline;"><a href="http://modmyi.com/" target="_blank">ModMyi</a></span> Cydia repository, this is, if you have a jailbroken iPhone, iPod Touch or iPad, you can download PenTBox searching in Cydia ;)</p>
<p><a href="http://www.pentbox.net/wp-content/uploads/2010/08/pentbox-cydia.png"><img class="aligncenter size-medium wp-image-260" title="pentbox-cydia" src="http://www.pentbox.net/wp-content/uploads/2010/08/pentbox-cydia-200x300.png" alt="pentbox-cydia" width="200" height="300" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pentbox.net/2010/08/available-on-cydia/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>PenTBox 1.3.2 FINAL released</title>
		<link>http://www.pentbox.net/2010/03/pentbox-1-3-2-final-released/</link>
		<comments>http://www.pentbox.net/2010/03/pentbox-1-3-2-final-released/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 15:30:31 +0000</pubDate>
		<dc:creator>Alberto Ortega</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.pentbox.net/?p=238</guid>
		<description><![CDATA[I&#8217;m proud of present you the first final version of PenTBox. In this version I have worked on improve stability, portability and revise all the code to do it better. I love the final result, and I hope that you too. Version 1.3.2 &#8212;&#8212;&#8212;&#8212;- - FTP fuzzing improved and finished. - Improved CLI. - Improved [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m proud of present you the first final version of PenTBox. In this version I have worked on improve stability, portability and revise all the code to do it better. I love the final result, and I hope that you too.</p>
<p>Version 1.3.2<br />
&#8212;&#8212;&#8212;&#8212;-<br />
- FTP fuzzing improved and finished.<br />
- Improved CLI.<br />
- Improved files working.<br />
- Now the Honeypot log have a file by default.<br />
- Added a hping3-based mode to work in syn_dos.rb<br />
- Added Dictionary attack and Dictionary-bruteforce<br />
hybrid attack in hash_cracker.rb<br />
- Added SHA384 in digest.rb and hash_cracker.rb<br />
- Now modules integration is with modules and classes,<br />
this improve the portability and the performance but<br />
the modules can&#8217;t be executed independently.<br />
- Fixed a couple of minor bugs.<br />
- Minor improvements.</p>
<p>As ever, you can download it from the <span style="text-decoration: underline;"><a href="../download-pentbox/" target="_self">Download area</a></span> or from the <span style="text-decoration: underline;"><a href="https://sourceforge.net/projects/pentbox/" target="_blank">Sourceforge site</a></span>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pentbox.net/2010/03/pentbox-1-3-2-final-released/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>PenTBox 1.3.1 Beta Released</title>
		<link>http://www.pentbox.net/2010/02/pentbox-1-3-1-beta-released/</link>
		<comments>http://www.pentbox.net/2010/02/pentbox-1-3-1-beta-released/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 20:34:21 +0000</pubDate>
		<dc:creator>Alberto Ortega</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.pentbox.net/?p=202</guid>
		<description><![CDATA[Minor version released, not important changes. Version 1.3.1 &#8212;&#8212;&#8212;&#8212;- - Added kB/s in TCP DoSer and TCP AutoDoSer. - Fixed bug in packets counter in TCP DoSers. - Updated readmes, now are more explicit and clear. - Code revision (optimization, no bugs founded). You can download it from the Download area]]></description>
			<content:encoded><![CDATA[<p>Minor version released, not important changes.</p>
<p>Version 1.3.1<br />
&#8212;&#8212;&#8212;&#8212;-<br />
- Added kB/s in TCP DoSer and TCP AutoDoSer.<br />
- Fixed bug in packets counter in TCP DoSers.<br />
- Updated readmes, now are more explicit and clear.<br />
- Code revision (optimization, no bugs founded).</p>
<p>You can download it from the <span style="text-decoration: underline;"><a href="http://www.pentbox.net/download-pentbox/" target="_self">Download area</a></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pentbox.net/2010/02/pentbox-1-3-1-beta-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PenTBox 1.3 Beta Released</title>
		<link>http://www.pentbox.net/2010/02/pentbox-1-3-beta-released/</link>
		<comments>http://www.pentbox.net/2010/02/pentbox-1-3-beta-released/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 17:21:51 +0000</pubDate>
		<dc:creator>Alberto Ortega</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.pentbox.net/?p=187</guid>
		<description><![CDATA[New version with new features, specially in Cryptography and Secure IM. Version 1.3 &#8212;&#8212;&#8212;&#8211; - Added Crypt Ruby and RubyRc4 libraries. - Added GOST, ARC4 and Rijndael (aka AES) 256 bits ciphers to Secure IM. - Improvements in error exceptions and connection on Secure IM. - fileencr.rb included -&#62; Files encryptor and decryptor that uses [...]]]></description>
			<content:encoded><![CDATA[<p>New version with new features, specially in Cryptography and Secure IM.</p>
<p>Version 1.3<br />
&#8212;&#8212;&#8212;&#8211;<br />
- Added Crypt Ruby and RubyRc4 libraries.<br />
- Added GOST, ARC4 and Rijndael (aka AES) 256 bits ciphers to Secure IM.<br />
- Improvements in error exceptions and connection on Secure IM.<br />
- fileencr.rb included -&gt; Files encryptor and decryptor that uses Rijndael 256 bits, GOST and ARC4 ciphers.<br />
- Included srand(time.now.to_i) function in programs that use random numbers.<br />
- Added &#8220;Packets per second&#8221; in TCP DoSer and TCP AutoDoSer.<br />
- Minor changes in titles of programs.</p>
<p>You can download it from the <a href="http://www.pentbox.net/download-pentbox/" target="_self"><span style="text-decoration: underline;">Download area</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pentbox.net/2010/02/pentbox-1-3-beta-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PenTBox 1.2 Beta Released</title>
		<link>http://www.pentbox.net/2010/01/pentbox-1-2-beta-released/</link>
		<comments>http://www.pentbox.net/2010/01/pentbox-1-2-beta-released/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 11:13:30 +0000</pubDate>
		<dc:creator>Alberto Ortega</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.pentbox.net/?p=154</guid>
		<description><![CDATA[This version has new cool features and a new application. Version 1.2 &#8212;&#8212;&#8212;&#8211; - Added &#8220;beep() when intrusion&#8221; option in Honeypot. - Added save log option in Honeypot. - Fixed minor bugs. - Updated GNU/GPLv3 License to 2010. - Updated Readmes. - Two new banners at startup. - fuzzer.rb included -&#62; Fuzzer to find vulnerabilities. [...]]]></description>
			<content:encoded><![CDATA[<p>This version has new cool features and a new application.</p>
<p>Version 1.2<br />
&#8212;&#8212;&#8212;&#8211;<br />
- Added &#8220;beep() when intrusion&#8221; option in Honeypot.<br />
- Added save log option in Honeypot.<br />
- Fixed minor bugs.<br />
- Updated GNU/GPLv3 License to 2010.<br />
- Updated Readmes.<br />
- Two new banners at startup.<br />
- fuzzer.rb included -&gt; Fuzzer to find vulnerabilities.<br />
- hexa.rb deleted -&gt; In Internet are a lot of converters.<br />
- Now Secure password generator erases the variables from memory at the end.</p>
<p>You can download it from the <a href="http://www.pentbox.net/download-pentbox/" target="_self"><span style="text-decoration: underline;">Download area</span></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pentbox.net/2010/01/pentbox-1-2-beta-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[PenTBox] How PenTBox can pwn (DoS) an iPhone / iPod Touch</title>
		<link>http://www.pentbox.net/2009/11/pentbox-how-pentbox-can-pwn-dos-an-iphone-ipod-touch/</link>
		<comments>http://www.pentbox.net/2009/11/pentbox-how-pentbox-can-pwn-dos-an-iphone-ipod-touch/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 22:00:10 +0000</pubDate>
		<dc:creator>Alberto Ortega</dc:creator>
				<category><![CDATA[Network Area]]></category>
		<category><![CDATA[denial of service]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[pentbox]]></category>

		<guid isPermaLink="false">http://www.pentbox.net/?p=121</guid>
		<description><![CDATA[A video demostration of PenTBox 1.1 Beta doing a TCP Flood DoS attack against my iPod Touch (3rd gen, 32 GB). Yes, the iPod suffers a lot, nothing more to say :)]]></description>
			<content:encoded><![CDATA[<p>A video demostration of PenTBox 1.1 Beta doing a TCP Flood DoS attack against my iPod Touch (3rd gen, 32 GB).</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="445" height="364" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/pb1NRGj9NT0&amp;hl=es_ES&amp;fs=1&amp;rel=0&amp;border=1" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="445" height="364" src="http://www.youtube.com/v/pb1NRGj9NT0&amp;hl=es_ES&amp;fs=1&amp;rel=0&amp;border=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Yes, the iPod suffers a lot, nothing more to say :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pentbox.net/2009/11/pentbox-how-pentbox-can-pwn-dos-an-iphone-ipod-touch/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>PenTBox 1.1 Beta Released (recommended update)</title>
		<link>http://www.pentbox.net/2009/09/pentbox-1-1-beta-released-recommended-update/</link>
		<comments>http://www.pentbox.net/2009/09/pentbox-1-1-beta-released-recommended-update/#comments</comments>
		<pubDate>Fri, 25 Sep 2009 10:16:22 +0000</pubDate>
		<dc:creator>Alberto Ortega</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.pentbox.net/?p=101</guid>
		<description><![CDATA[Released PB 1.1 with hot changes and new applications. Version 1.1 &#8212;&#8212;&#8212;&#8211; - sec_im included -&#62; Secure IM Client, more info in the program. - Improved Honeypot stability against DoS/DDoS Attacks. - Improved general ortography and graphics. - Added a lot of new code comments. - Deleted Spanish code comments. - Optimized tcp_dos.rb and tcp_dos_auto.rb [...]]]></description>
			<content:encoded><![CDATA[<p>Released PB 1.1 with hot changes and new applications.</p>
<p>Version 1.1<br />
&#8212;&#8212;&#8212;&#8211;<br />
- sec_im included -&gt; Secure IM Client, more info in the program.<br />
- Improved Honeypot stability against DoS/DDoS Attacks.<br />
- Improved general ortography and graphics.<br />
- Added a lot of new code comments.<br />
- Deleted Spanish code comments.<br />
- Optimized tcp_dos.rb and tcp_dos_auto.rb<br />
- Fixed small bugs in hash_cracker.rb<br />
- hexa.rb included -&gt; Hexadecimal converter.<br />
- Re-Maked Menus.<br />
- syn_dos.rb -&gt; Modified Nmap installation and action command.</p>
<p>In addition, PenTBox has been tested on Ruby 1.9 and 1.9.1. Works fine!</p>
<p>You can download it from the <a href="http://www.pentbox.net/download-pentbox/" target="_self">Download area</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pentbox.net/2009/09/pentbox-1-1-beta-released-recommended-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

